Started by user Alexander Dudaev Running as Alexander Dudaev Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] library Loading library rcptt-pipeline-library@groovy Attempting to resolve groovy from remote references... > git --version # timeout=10 > git ls-remote -- https://github.com/dudaevar/rcptt.git # timeout=10 Found match: refs/heads/groovy revision 464defc267e2267b108249809baaceff6e797877 No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/dudaevar/rcptt.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/dudaevar/rcptt.git > git --version # timeout=10 > git fetch --no-tags --force --progress -- https://github.com/dudaevar/rcptt.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 464defc267e2267b108249809baaceff6e797877 (groovy) > git config core.sparsecheckout # timeout=10 > git checkout -f 464defc267e2267b108249809baaceff6e797877 Commit message: "4" > git rev-list --no-walk 838161bb12607bcce9d528bf4cde9eed632f981b # timeout=10 [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task ‘rcptt-build-agent-3.5.4-9vcrw-9r4mx’ is offline Agent rcptt-build-agent-3.5.4-9vcrw-9r4mx is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/library_test_gulevich/44/" labels: jenkins: "slave" jenkins/rcptt-build-agent-3.5.4: "true" name: "rcptt-build-agent-3.5.4-9vcrw-9r4mx" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins" image: "dudaevar/ubuntu-rcptt:3.5.4" name: "ubuntu" resources: limits: memory: "4Gi" cpu: "1" requests: memory: "4Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.rcptt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "rcptt-build-agent-3.5.4-9vcrw-9r4mx" - name: "JENKINS_NAME" value: "rcptt-build-agent-3.5.4-9vcrw-9r4mx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" name: "jnlp" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "workspace-volume" Running on rcptt-build-agent-3.5.4-9vcrw-9r4mx in /home/jenkins/agent/workspace/library_test_gulevich [Pipeline] { [Pipeline] stage [Pipeline] { (Start Build and Test) [Pipeline] script [Pipeline] { [Pipeline] echo /home/jenkins/agent/workspace/library_test_gulevich [Pipeline] git No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/rcptt/org.eclipse.rcptt.git > git init /home/jenkins/agent/workspace/library_test_gulevich # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/rcptt/org.eclipse.rcptt.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://git.eclipse.org/r/rcptt/org.eclipse.rcptt.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://git.eclipse.org/r/rcptt/org.eclipse.rcptt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/rcptt/org.eclipse.rcptt.git # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/rcptt/org.eclipse.rcptt.git > git fetch --tags --force --progress -- https://git.eclipse.org/r/rcptt/org.eclipse.rcptt.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 6bd6aaa99ba44a1c314ff5e91b65a6960a64ea67 (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bd6aaa99ba44a1c314ff5e91b65a6960a64ea67 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 6bd6aaa99ba44a1c314ff5e91b65a6960a64ea67 Commit message: "Merge "Bug 559403: Slow integration with Zephyr"" > git rev-list --no-walk 6bd6aaa99ba44a1c314ff5e91b65a6960a64ea67 # timeout=10 [Pipeline] stage [Pipeline] { (Build) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn --version Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /usr/share/maven Java version: 1.8.0_222, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.12.1.el7.x86_64", arch: "amd64", family: "unix" [Pipeline] sh + ./fast-build.sh -Dmaven.repo.local=/home/jenkins/agent/workspace/library_test_gulevich/m2 -U -B -e OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 7.9 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 kB at 528 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (4.5 kB at 26 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 276 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 842 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.0 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/6/apache-6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 533 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 162 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 179 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 827 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 565 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 82 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 92 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 38 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 233 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 721 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 35 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 201 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 123 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 283 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 350 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 182 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 348 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 348 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 80 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 84 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 95 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 233 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 142 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 118 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 26 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 324 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 468 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 174 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 698 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 248 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 442 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 98 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 112 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 73 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 309 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 90 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 132 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 73 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 222 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 224 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 815 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 294 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 441 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.5 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/9/apache-9.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 659 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 604 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.1 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/16/apache-16.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 642 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 567 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.1 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/18/apache-18.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 627 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 126 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 751 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 661 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 79 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 87 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 73 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 5.3 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 78 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 6.4 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 273 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 89 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 44 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 142 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 45 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 191 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 77 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 539 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.2 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/5/apache-5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 186 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 93 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (1.1 kB at 47 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 45 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 45 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 54 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 256 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 206 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 881 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 738 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 106 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 183 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 512 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 173 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 44 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 201 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 283 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 279 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 516 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 381 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 130 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 61 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 96 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 28 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 832 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 424 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 147 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 320 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 91 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 95 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 305 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 130 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 694 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 64 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 314 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 3.9 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 17 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 46 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 126 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 7.9 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 58 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 306 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 38 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 4.3 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 9.4 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 28 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 21 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 1.4 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 33 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 5.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 5.1 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 3.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 169 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 497 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 445 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/32/maven-parent-32.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/32/maven-parent-32.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/32/maven-parent-32.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 1.7 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/20/apache-20.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/20/apache-20.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/20/apache-20.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/20/apache-20.pom (16 kB at 689 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 2.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 66 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (7.6 kB at 293 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 235 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 495 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.8 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/19/apache-19.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 704 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 1.3 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom (5.6 kB at 233 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 620 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar (29 kB at 1.1 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 35 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 202 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 94 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 35 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 109 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 723 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (713 B at 29 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 82 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 78 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 71 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 43 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 15 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 149 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 488 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 133 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 166 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 143 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 122 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 475 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.2 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/13/apache-13.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 635 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 706 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 483 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 690 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 1.6 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 1.1 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 163 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 285 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 556 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 341 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 1.3 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom (2.7 kB at 116 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (128 kB at 3.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 105 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 1.1 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom (2.5 kB at 110 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar (33 kB at 1.3 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 212 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 542 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 931 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/7/apache-7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 627 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 495 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (7.1 kB at 286 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 281 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/14/apache-14.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/14/apache-14.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 612 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar (34 kB at 1.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 867 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 470 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 3.6 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 151 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 517 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.7 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 1.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom (2.0 kB at 93 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar (22 kB at 916 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 760 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.7 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 206 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 378 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/10/apache-10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/10/apache-10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 705 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 46 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 846 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 779 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 2.9 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom (1.4 kB at 68 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 kB at 616 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e38x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e38x/pom.xml [INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update [INFO] Fetching content.jar from http://download.eclipse.org/tools/ajdt/37/update/ (14.93kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/ajdt/37/update/ (14.93kB) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/ (121.18kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/ (121.18kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Adding repository http://download.eclipse.org/releases/indigo [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/indigo/ (473B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/indigo/ (473B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/indigo/ (479B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/indigo/ (479B) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/SR2/ (98.96kB) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/SR2/ (98.96kB) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/SR1/ (87.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/SR1/ (87.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/R/ (85.15kB) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/R/ (85.15kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201202240900/ (2.2MB) [INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201202240900/ (2.2MB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201109230900/ (2.22MB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201106220900/ (2.18MB) [INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201106220900/ (2.18MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e38x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e38x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e38x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e38x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e3x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e3x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e3x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e44x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e44x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e44x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.helios:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.helios/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.helios:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.helios/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.helios:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.helios/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.kepler:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.kepler/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.kepler:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.kepler/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.kepler:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.kepler/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.external.dependencies.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.external.dependencies.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.external.dependencies.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.extra:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.extra/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.extra:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.extra/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.extra:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.extra/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.rap.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.rap.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.rap.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.repositories:dependencies:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/dependencies/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.repositories:dependencies:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/dependencies/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.repositories:dependencies:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/dependencies/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] mirroring [pom] [INFO] dependencies [pom] [INFO] bundles [pom] [INFO] org.eclipse.rcptt.updates.aspectj.e38x [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.aspectj.e3x [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.aspectj.e44x [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.helios [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.kepler [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.external.dependencies.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.extra [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.rcptt.external.dependencies.feature [eclipse-feature] [INFO] org.eclipse.rcptt.external.dependencies.rap.feature [eclipse-feature] [INFO] dependencies [eclipse-repository] [INFO] [INFO] --------------------< org.eclipse.rcptt:mirroring >--------------------- [INFO] Building mirroring 2.5.1-SNAPSHOT [1/14] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mirroring --- [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 152 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 167 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 256 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 208 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.7 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 2.3 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.6 MB/s) [INFO] [INFO] --------< org.eclipse.rcptt.external.dependencies:dependencies >-------- [INFO] Building dependencies 2.5.1-SNAPSHOT [2/14] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dependencies --- [INFO] [INFO] ----------< org.eclipse.rcptt.external.dependencies:bundles >----------- [INFO] Building bundles 2.5.1-SNAPSHOT [3/14] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e38x >-- [INFO] Building org.eclipse.rcptt.updates.aspectj.e38x 2.5.1-SNAPSHOT [4/14] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom (1.8 kB at 11 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom (9.7 kB at 422 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom (35 kB at 1.1 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 147 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 220 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 140 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 251 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 177 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 128 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 492 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom (1.6 kB at 72 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom (1.1 kB at 50 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom (1.5 kB at 64 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 881 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 2.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 248 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar (11 kB at 66 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar (320 kB at 1.6 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 738 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (797 kB at 1.2 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar (2.7 MB at 3.9 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar (4.2 MB at 3.6 MB/s) [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.4.0:mirror (default) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] Mirroring to /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e38x/dependencies... Mirroring: osgi.bundle,org.eclipse.equinox.weaving.hook,1.0.200.I20130319-1000 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.hook,1.0.200.I20130319-1000) Mirroring: osgi.bundle,org.aspectj.weaver,1.7.3.20130613144500-a (Descriptor: canonical: osgi.bundle,org.aspectj.weaver,1.7.3.20130613144500-a) Mirroring: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.300.I20130319-1000 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.300.I20130319-1000) Mirroring: osgi.bundle,org.aspectj.runtime,1.7.3.20130613144500-a (Descriptor: canonical: osgi.bundle,org.aspectj.runtime,1.7.3.20130613144500-a) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 224 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 427 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 212 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 271 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 254 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 243 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/15/apache-15.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 662 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 462 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.9 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 46 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 73 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 139 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 889 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 153 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 278 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 332 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 119 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 369 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.8 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 343 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 2.7 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.4 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 698 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e38x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 31 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 151 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 39 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom (2.4 kB at 99 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom (1.6 kB at 68 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom (1.7 kB at 73 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 190 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar (18 kB at 709 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 961 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar (3.5 kB at 148 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar (2.8 MB at 6.8 MB/s) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e38x/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e38x/target/org.eclipse.rcptt.updates.aspectj.e38x-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.aspectj.e38x --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e3x >-- [INFO] Building org.eclipse.rcptt.updates.aspectj.e3x 2.5.1-SNAPSHOT [5/14] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.4.0:mirror (default) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] Mirroring to /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e3x/dependencies... Mirroring: osgi.bundle,org.aspectj.weaver,1.7.0.20120703164200 (Descriptor: canonical: osgi.bundle,org.aspectj.weaver,1.7.0.20120703164200) Mirroring: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.100.I20120427-0800 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.100.I20120427-0800) Mirroring: osgi.bundle,org.eclipse.equinox.weaving.hook,1.0.200.I20120427-0800 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.hook,1.0.200.I20120427-0800) Mirroring: osgi.bundle,org.aspectj.runtime,1.7.0.20120703164200 (Descriptor: canonical: osgi.bundle,org.aspectj.runtime,1.7.0.20120703164200) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e3x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e3x/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e3x/target/org.eclipse.rcptt.updates.aspectj.e3x-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.aspectj.e3x --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e44x >-- [INFO] Building org.eclipse.rcptt.updates.aspectj.e44x 2.5.1-SNAPSHOT [6/14] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.4.0:mirror (mirror-update-site) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Mirroring to /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies... Mirroring: osgi.bundle,org.aspectj.runtime,1.8.6.20150608154244 (Descriptor: canonical: osgi.bundle,org.aspectj.runtime,1.8.6.20150608154244) Mirroring: osgi.bundle,org.eclipse.equinox.weaving.hook,1.1.100.weaving-hook-20140821 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.hook,1.1.100.weaving-hook-20140821) Mirroring: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.400.weaving-hook-20140821 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.400.weaving-hook-20140821) Mirroring: osgi.bundle,org.aspectj.weaver,1.8.6.20150608154244 (Descriptor: canonical: osgi.bundle,org.aspectj.weaver,1.8.6.20150608154244) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 32 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom (4.8 kB at 209 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 195 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 383 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom (2.4 kB at 104 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 69 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 974 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 126 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 109 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 162 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 311 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 42 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 254 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 180 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 23 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 287 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 48 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 326 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 142 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 103 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 148 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 78 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 3.5 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 88 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 181 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 418 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 267 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 111 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 269 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.0 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 4.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 512 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 878 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 2.0 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 942 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 189 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 199 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 335 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 498 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 796 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 150 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 240 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 55 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 1.2 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 685 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 3.0 MB/s) [INFO] Executing tasks main: main: [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.8.6.20150608154244.jar [mkdir] Created dir: /tmp/usignjar-1074141740 [unjar] Expanding: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.8.6.20150608154244.jar into /tmp/usignjar-1074141740 [delete] Deleting: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.8.6.20150608154244.jar [jar] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.8.6.20150608154244.jar [delete] Deleting directory /tmp/usignjar-1074141740 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.8.6.20150608154244.jar [mkdir] Created dir: /tmp/usignjar-1074141740 [unjar] Expanding: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.8.6.20150608154244.jar into /tmp/usignjar-1074141740 [delete] Deleting: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.8.6.20150608154244.jar [jar] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.8.6.20150608154244.jar [delete] Deleting directory /tmp/usignjar-1074141740 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.weaving-hook-20140821.jar [mkdir] Created dir: /tmp/usignjar-1074141740 [unjar] Expanding: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.weaving-hook-20140821.jar into /tmp/usignjar-1074141740 [delete] Deleting: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.weaving-hook-20140821.jar [jar] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.weaving-hook-20140821.jar [delete] Deleting directory /tmp/usignjar-1074141740 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.1.100.weaving-hook-20140821.jar [mkdir] Created dir: /tmp/usignjar-1074141740 [unjar] Expanding: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.1.100.weaving-hook-20140821.jar into /tmp/usignjar-1074141740 [delete] Deleting: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.1.100.weaving-hook-20140821.jar [jar] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.1.100.weaving-hook-20140821.jar [delete] Deleting directory /tmp/usignjar-1074141740 [delete] Deleting: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [delete] Deleting: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.4.0:publish-features-and-bundles (generate-full-metadata) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar, -configuration, /tmp/tycho-p2-runtime8012217885090797875.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -metadataRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.helios >-- [INFO] Building org.eclipse.rcptt.updates.helios 2.5.1-SNAPSHOT [7/14] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.helios --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.helios --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.helios --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.helios --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.4.0:mirror (default) @ org.eclipse.rcptt.updates.helios --- [INFO] Mirroring to /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.helios/dependencies... Mirroring: osgi.bundle,org.eclipse.emf.importer.ecore,2.6.0.v20100521-1846 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.ecore,2.6.0.v20100521-1846) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen,2.6.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore,2.6.1.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore,2.6.1.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.converter,2.5.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.converter,2.5.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.edit,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.edit,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.5.0.v20100521-1847 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.5.0.v20100521-1847) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore,2.6.1.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore,2.6.1.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.5.0.v20100521-1847 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.5.0.v20100521-1847) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.6.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change,2.5.1.v20100907-1643 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change,2.5.1.v20100907-1643) Mirroring: osgi.bundle,org.eclipse.emf.edit,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.common.ui_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.common.ui_root,2.6.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.2.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.2.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.ecore.editor_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.ecore.editor_root,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.transaction,1.4.0.v20100331-1738 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction,1.4.0.v20100331-1738) Mirroring: osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.v20090819-1300 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.v20090819-1300) Mirroring: binary,org.eclipse.emf.mapping.ecore.editor_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.mapping.ecore.editor_root,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.v200901271722 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.v200901271722) Mirroring: osgi.bundle,org.eclipse.emf.query,1.2.100.v200903190031 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.query,1.2.100.v200903190031) Mirroring: osgi.bundle,org.eclipse.emf.validation,1.4.0.v20100428-2315 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation,1.4.0.v20100428-2315) Mirroring: osgi.bundle,org.eclipse.emf.ant,2.6.1.v20100905-1631 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ant,2.6.1.v20100905-1631) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.6.1.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.6.1.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.ecore_root,2.6.1.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.ecore_root,2.6.1.v20100914-1218) Mirroring: binary,org.eclipse.emf.codegen.ecore.ui_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.codegen.ecore.ui_root,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.codegen.ecore_root,2.6.1.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.codegen.ecore_root,2.6.1.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.mapping,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20100521-1846 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20100521-1846) Mirroring: binary,org.eclipse.emf.databinding.edit_root,1.2.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.databinding.edit_root,1.2.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf,2.6.1.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf,2.6.1.v20100914-1218) Mirroring: binary,org.eclipse.emf.common_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.common_root,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.mapping.ecore_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.mapping.ecore_root,2.6.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.ecore.edit,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.edit,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.edit.ui_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.edit.ui_root,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.ecore,2.6.1.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore,2.6.1.v20100914-1218) Mirroring: binary,org.eclipse.emf.mapping_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.mapping_root,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.importer.java,2.6.0.v20100521-1846 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.java,2.6.0.v20100521-1846) Mirroring: osgi.bundle,org.eclipse.emf.edit.ui,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit.ui,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.4.0.v20100521-1847 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.4.0.v20100521-1847) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.converter_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.converter_root,2.6.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.edit_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.edit_root,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf_root,2.6.1.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf_root,2.6.1.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.common.ui,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common.ui,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.importer.rose,2.6.0.v20100521-1846 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.rose,2.6.0.v20100521-1846) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.codegen,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.ecore.editor,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.editor,2.6.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.validation.ui,1.3.0.v200901271722 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation.ui,1.3.0.v200901271722) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common.ui,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common.ui,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.codegen.ui_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.codegen.ui_root,2.6.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.query,1.4.0.v20100428-2315-218Z7w311A142A1142 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.query,1.4.0.v20100428-2315-218Z7w311A142A1142) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.5.0.v20100521-1847 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.5.0.v20100521-1847) Mirroring: org.eclipse.update.feature,org.eclipse.emf.converter,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.converter,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.exporter,2.6.0.v20100521-1846 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.exporter,2.6.0.v20100521-1846) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.transaction,1.4.0.v20100428-2315-377-8s734C3E7D15D6B (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.transaction,1.4.0.v20100428-2315-377-8s734C3E7D15D6B) Mirroring: osgi.bundle,org.eclipse.emf.common,2.6.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.databinding_root,1.2.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.databinding_root,1.2.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.importer,2.6.0.v20100521-1846 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer,2.6.0.v20100521-1846) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping,2.6.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.6.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.ecore.xmi,2.5.0.v20100521-1846 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.xmi,2.5.0.v20100521-1846) Mirroring: binary,org.eclipse.emf.codegen_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.codegen_root,2.6.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.mapping.ui_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.mapping.ui_root,2.6.0.v20100914-1218) Mirroring: osgi.bundle,org.eclipse.emf.databinding.edit,1.2.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding.edit,1.2.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.validation,1.4.0.v20100428-2315-479-9oB56N5BBR6LCA6 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.validation,1.4.0.v20100428-2315-479-9oB56N5BBR6LCA6) Mirroring: osgi.bundle,org.eclipse.emf.databinding,1.2.0.v20100914-1218 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding,1.2.0.v20100914-1218) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding,1.2.0.v20100914-1218 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding,1.2.0.v20100914-1218) Mirroring: binary,org.eclipse.emf.ecore.edit_root,2.6.0.v20100914-1218 (Descriptor: canonical: binary,org.eclipse.emf.ecore.edit_root,2.6.0.v20100914-1218) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.helios --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.helios/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.helios --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.helios --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.helios/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.helios --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.helios --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.helios/target/org.eclipse.rcptt.updates.helios-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.helios --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.kepler >-- [INFO] Building org.eclipse.rcptt.updates.kepler 2.5.1-SNAPSHOT [8/14] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.kepler --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.4.0:mirror (default) @ org.eclipse.rcptt.updates.kepler --- [INFO] Mirroring to /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.kepler/dependencies... Mirroring: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341) Mirroring: osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126) Mirroring: binary,org.eclipse.emf.validation_root,1.7.0.201306111341 (Descriptor: canonical: binary,org.eclipse.emf.validation_root,1.7.0.201306111341) Mirroring: org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341) Mirroring: org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332) Mirroring: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332) Mirroring: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400) Mirroring: binary,org.eclipse.emf.transaction_root,1.7.0.201306111400 (Descriptor: canonical: binary,org.eclipse.emf.transaction_root,1.7.0.201306111400) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341) Mirroring: osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341) Mirroring: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126) Mirroring: binary,org.eclipse.emf.query_root,1.7.0.201306111332 (Descriptor: canonical: binary,org.eclipse.emf.query_root,1.7.0.201306111332) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.kepler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.kepler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.kepler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.kepler/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.kepler --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.external.dependencies.rap >-- [INFO] Building org.eclipse.rcptt.updates.external.dependencies.rap 2.5.1-SNAPSHOT [9/14] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.4.0:mirror (default) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Mirroring to /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/dependencies... Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.sparc,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.sparc,1.1.200.v20140116-2212) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.solaris.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.solaris.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.equinox.servletbridge,1.3.200.v20160128-1435 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.servletbridge,1.3.200.v20160128-1435) Mirroring: osgi.bundle,org.apache.felix.gogo.command,0.10.0.v201209301215 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,0.10.0.v201209301215) Mirroring: osgi.bundle,org.eclipse.equinox.console,1.1.200.v20150929-1405 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console,1.1.200.v20150929-1405) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet,1.3.1.v20160808-1329 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet,1.3.1.v20160808-1329) Mirroring: osgi.bundle,com.ibm.icu.base.source,56.1.0.v201601250100 (Descriptor: canonical: osgi.bundle,com.ibm.icu.base.source,56.1.0.v201601250100) Mirroring: osgi.bundle,org.eclipse.equinox.ds.source,1.4.400.v20160226-2036 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds.source,1.4.400.v20160226-2036) Mirroring: osgi.bundle,org.eclipse.osgi.services,3.5.100.v20160504-1419 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services,3.5.100.v20160504-1419) Mirroring: osgi.bundle,org.eclipse.equinox.cm,1.1.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.cm,1.1.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.core.runtime.source,3.12.0.v20160606-1342 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime.source,3.12.0.v20160606-1342) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans,1.3.100.v20160509-1025 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans,1.3.100.v20160509-1025) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry,1.1.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry,1.1.400.v20150715-1528) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable,1.6.0.v20160511-1747 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable,1.6.0.v20160511-1747) Mirroring: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,0.10.0.v201209301036 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,0.10.0.v201209301036) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet.source,1.3.1.v20160808-1329 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet.source,1.3.1.v20160808-1329) Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.3.0.v20130327-1440 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.3.0.v20130327-1440) Mirroring: org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.1.2.20170308-1815 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.1.2.20170308-1815) Mirroring: osgi.bundle,org.eclipse.jetty.http.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.cm.source,1.1.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.cm.source,1.1.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.12.0.v20160606-1342 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.12.0.v20160606-1342) Mirroring: osgi.bundle,org.eclipse.rap.fileupload,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.fileupload,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.equinox.security,1.2.0.v20130424-1801 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security,1.2.0.v20130424-1801) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.core.filesystem,1.4.0.v20130514-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem,1.4.0.v20130514-1240) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.core.expressions,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.rap.ui.views,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.views,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.executable,3.6.0.v20140117-1004 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.executable,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry.source,1.1.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry.source,1.1.400.v20150715-1528) Mirroring: osgi.bundle,javax.xml,1.3.4.v201005080400 (Descriptor: canonical: osgi.bundle,javax.xml,1.3.4.v201005080400) Mirroring: osgi.bundle,org.junit.source,4.12.0.v201504281640 (Descriptor: canonical: osgi.bundle,org.junit.source,4.12.0.v201504281640) Mirroring: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime.source,0.10.0.v201209301036 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime.source,0.10.0.v201209301036) Mirroring: osgi.bundle,org.eclipse.jdt.junit.runtime,3.4.600.v20160505-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.junit.runtime,3.4.600.v20160505-0715) Mirroring: binary,org.eclipse.equinox.executable_root.win32.win32.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.win32.win32.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.jetty.security,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.event.source,1.3.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event.source,1.3.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200) Mirroring: osgi.bundle,org.eclipse.rap.jface,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.jface,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.jetty.continuation.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.continuation.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64,1.0.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64,1.0.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.rap.rwt,3.1.2.20161130-0738 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.rwt,3.1.2.20161130-0738) Mirroring: osgi.bundle,org.eclipse.equinox.console.source,1.1.200.v20150929-1405 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console.source,1.1.200.v20150929-1405) Mirroring: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.equinox.common,3.8.0.v20160509-1230 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common,3.8.0.v20160509-1230) Mirroring: binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.hamcrest.core,1.3.0.v201303031735 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,1.3.0.v201303031735) Mirroring: osgi.bundle,org.eclipse.rap.ui.workbench,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.workbench,3.1.2.20161108-1505) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.x86,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.x86,1.1.200.v20140116-2212) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.s390,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.s390,3.6.0.v20140117-1004) Mirroring: osgi.bundle,javax.servlet,3.1.0.v201410161800 (Descriptor: canonical: osgi.bundle,javax.servlet,3.1.0.v201410161800) Mirroring: osgi.bundle,org.eclipse.equinox.app,1.3.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app,1.3.400.v20150715-1528) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.junit,4.12.0.v201504281640 (Descriptor: canonical: osgi.bundle,org.junit,4.12.0.v201504281640) Mirroring: osgi.bundle,org.eclipse.equinox.common.source,3.8.0.v20160509-1230 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common.source,3.8.0.v20160509-1230) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.core.variables,3.2.700.v20130402-1741 (Descriptor: canonical: osgi.bundle,org.eclipse.core.variables,3.2.700.v20130402-1741) Mirroring: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty,3.3.0.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty,3.3.0.v20160324-1850) Mirroring: osgi.bundle,org.apache.commons.fileupload,1.3.1.201405120000 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload,1.3.1.201405120000) Mirroring: osgi.bundle,org.eclipse.jetty.servlet,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.4.600.v20160505-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.4.600.v20160505-0715) Mirroring: osgi.bundle,com.ibm.icu.base,56.1.0.v201601250100 (Descriptor: canonical: osgi.bundle,com.ibm.icu.base,56.1.0.v201601250100) Mirroring: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.jetty.server.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.help.source,3.7.0.v20160602-1307 (Descriptor: canonical: osgi.bundle,org.eclipse.help.source,3.7.0.v20160602-1307) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty.source,3.3.0.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty.source,3.3.0.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.equinox.registry.source,3.6.100.v20160223-2218 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry.source,3.6.100.v20160223-2218) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc,1.1.100.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc,1.1.100.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.apache.felix.gogo.command.source,0.10.0.v201209301215 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command.source,0.10.0.v201209301215) Mirroring: osgi.bundle,org.eclipse.equinox.http.servletbridge,1.0.300.v20130327-1442 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servletbridge,1.0.300.v20130327-1442) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.rap.ui,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.contenttype.source,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype.source,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.core.commands.source,3.8.1.v20161221-1651 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands.source,3.8.1.v20161221-1651) Mirroring: osgi.bundle,org.eclipse.core.jobs.source,3.8.0.v20160509-0411 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs.source,3.8.0.v20160509-0411) Mirroring: osgi.bundle,org.eclipse.jetty.util.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.core.databinding,1.6.0.v20160412-0910 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding,1.6.0.v20160412-0910) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.jetty.util,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.jetty.server,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.osgi,3.11.3.v20170209-1843 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.11.3.v20170209-1843) Mirroring: osgi.bundle,org.eclipse.jetty.io.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.equinox.registry,3.6.100.v20160223-2218 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry,3.6.100.v20160223-2218) Mirroring: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: osgi.bundle,javax.servlet.source,3.1.0.v201410161800 (Descriptor: canonical: osgi.bundle,javax.servlet.source,3.1.0.v201410161800) Mirroring: osgi.bundle,org.eclipse.jetty.io,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable.source,1.6.0.v20160511-1747 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable.source,1.6.0.v20160511-1747) Mirroring: osgi.bundle,org.eclipse.help,3.7.0.v20160602-1307 (Descriptor: canonical: osgi.bundle,org.eclipse.help,3.7.0.v20160602-1307) Mirroring: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.equinox.preferences.source,3.6.1.v20160815-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences.source,3.6.1.v20160815-1406) Mirroring: osgi.bundle,org.eclipse.jetty.continuation,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.continuation,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.debug.core,3.8.0.v20130514-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.core,3.8.0.v20130514-0954) Mirroring: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.core.resources,3.8.101.v20130717-0806 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources,3.8.101.v20130717-0806) Mirroring: osgi.bundle,org.eclipse.core.jobs,3.8.0.v20160509-0411 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs,3.8.0.v20160509-0411) Mirroring: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.solaris.sparc,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.solaris.sparc,3.6.0.v20140117-1004) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.hpux.ia64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.hpux.ia64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.core.commands,3.8.1.v20161221-1651 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands,3.8.1.v20161221-1651) Mirroring: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390x,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390x,1.1.200.v20140116-2212) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.apache.felix.gogo.shell.source,0.10.0.v201212101605 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell.source,0.10.0.v201212101605) Mirroring: osgi.bundle,org.eclipse.text,3.5.300.v20130515-1451 (Descriptor: canonical: osgi.bundle,org.eclipse.text,3.5.300.v20130515-1451) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.apache.felix.gogo.shell,0.10.0.v201212101605 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,0.10.0.v201212101605) Mirroring: osgi.bundle,org.eclipse.core.filebuffers,3.5.300.v20130225-1821 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers,3.5.300.v20130225-1821) Mirroring: osgi.bundle,org.eclipse.rap.ui.forms,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.forms,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.databinding.source,1.6.0.v20160412-0910 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.source,1.6.0.v20160412-0910) Mirroring: osgi.bundle,org.eclipse.core.contenttype,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.core.databinding.property,1.6.0.v20160427-0852 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property,1.6.0.v20160427-0852) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.hpux.ia64,1.0.100.v20140117-1004 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.hpux.ia64,1.0.100.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.equinox.util.source,1.0.500.v20130404-1337 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.util.source,1.0.500.v20130404-1337) Mirroring: osgi.bundle,org.eclipse.rap.filedialog,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.filedialog,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.jetty.servlet.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.rap.jface.databinding,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.jface.databinding,3.1.2.20161108-1505) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.hamcrest.core.source,1.3.0.v201303031735 (Descriptor: canonical: osgi.bundle,org.hamcrest.core.source,1.3.0.v201303031735) Mirroring: osgi.bundle,org.eclipse.jetty.security.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.osgi.services.source,3.5.100.v20160504-1419 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services.source,3.5.100.v20160504-1419) Mirroring: osgi.bundle,org.eclipse.equinox.event,1.3.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event,1.3.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.jetty.http,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.core.databinding.property.source,1.6.0.v20160427-0852 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property.source,1.6.0.v20160427-0852) Mirroring: osgi.bundle,org.eclipse.equinox.ds,1.4.400.v20160226-2036 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds,1.4.400.v20160226-2036) Mirroring: osgi.bundle,org.eclipse.equinox.app.source,1.3.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app.source,1.3.400.v20150715-1528) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.expressions.source,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions.source,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.rap.rwt.osgi,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.rwt.osgi,3.1.2.20161108-1505) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64,3.6.0.v20140117-1004) Mirroring: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.6.0.v20140117-1004) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.osgi.source,3.11.3.v20170209-1843 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.source,3.11.3.v20170209-1843) Mirroring: osgi.bundle,org.eclipse.equinox.util,1.0.500.v20130404-1337 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.util,1.0.500.v20130404-1337) Mirroring: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: org.eclipse.update.feature,org.eclipse.rap.feature,3.1.2.20161130-0738 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rap.feature,3.1.2.20161130-0738) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc64,1.1.100.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc64,1.1.100.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.s390x,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.s390x,3.6.0.v20140117-1004) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans.source,1.3.100.v20160509-1025 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans.source,1.3.100.v20160509-1025) Mirroring: osgi.bundle,org.eclipse.equinox.preferences,3.6.1.v20160815-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences,3.6.1.v20160815-1406) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.extra >-- [INFO] Building org.eclipse.rcptt.updates.extra 2.5.1-SNAPSHOT [10/14] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.extra --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.4.0:mirror (default) @ org.eclipse.rcptt.updates.extra --- [INFO] Mirroring to /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.extra/dependencies... Mirroring: osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905) Mirroring: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150) Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750) Mirroring: osgi.bundle,org.dom4j,1.6.1.v201312101416 (Descriptor: canonical: osgi.bundle,org.dom4j,1.6.1.v201312101416) Mirroring: osgi.bundle,org.apache.poi,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi,3.9.0.v201405241750) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.extra --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.extra/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.extra --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.extra/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.extra --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] ----------< org.eclipse.rcptt.external.dependencies:features >---------- [INFO] Building features 2.5.1-SNAPSHOT [11/14] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.feature >-- [INFO] Building org.eclipse.rcptt.external.dependencies.feature 2.5.1-SNAPSHOT [12/14] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.rap.feature >-- [INFO] Building org.eclipse.rcptt.external.dependencies.rap.feature 2.5.1-SNAPSHOT [13/14] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] The project's OSGi version is 2.5.1.202002031053 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] ------------< org.eclipse.rcptt.repositories:dependencies >------------- [INFO] Building dependencies 2.5.1-SNAPSHOT [14/14] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dependencies --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ dependencies --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ dependencies --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/repository/dependencies/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ dependencies --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ dependencies --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ dependencies --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ dependencies --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ dependencies --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ dependencies --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ dependencies --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/dependencies/target/dependencies-2.5.1-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] mirroring 2.5.1-SNAPSHOT ........................... SUCCESS [ 1.087 s] [INFO] dependencies ....................................... SUCCESS [ 0.004 s] [INFO] bundles ............................................ SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.updates.aspectj.e38x ............. SUCCESS [ 10.207 s] [INFO] org.eclipse.rcptt.updates.aspectj.e3x .............. SUCCESS [ 1.603 s] [INFO] org.eclipse.rcptt.updates.aspectj.e44x ............. SUCCESS [ 13.899 s] [INFO] org.eclipse.rcptt.updates.helios ................... SUCCESS [ 20.521 s] [INFO] org.eclipse.rcptt.updates.kepler ................... SUCCESS [ 17.760 s] [INFO] org.eclipse.rcptt.updates.external.dependencies.rap SUCCESS [ 33.489 s] [INFO] org.eclipse.rcptt.updates.extra .................... SUCCESS [ 3.556 s] [INFO] features ........................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.external.dependencies.feature .... SUCCESS [ 0.689 s] [INFO] org.eclipse.rcptt.external.dependencies.rap.feature SUCCESS [ 0.277 s] [INFO] dependencies 2.5.1-SNAPSHOT ........................ SUCCESS [ 6.420 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:39 min [INFO] Finished at: 2020-02-13T10:23:44Z [INFO] ------------------------------------------------------------------------ ======================Building Core====================== OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom (4.8 kB at 23 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar (57 kB at 267 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom (3.3 kB at 51 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom (1.5 kB at 62 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom (3.0 kB at 116 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom (1.5 kB at 60 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom (1.9 kB at 74 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom (3.3 kB at 131 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom (2.1 kB at 80 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 59 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 441 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 82 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 454 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 71 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 640 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 295 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 94 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 125 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 228 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 94 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 643 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 238 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 742 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 767 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 103 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/google/google/1/google-1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/google/1/google-1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 68 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 145 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 98 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 96 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 134 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 689 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 286 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar (65 kB at 358 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar (185 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 696 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar (25 kB at 91 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 46 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 807 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 100 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 95 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 84 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 252 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar (110 kB at 222 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar (924 kB at 1.9 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 626 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar (424 kB at 721 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/pom.xml [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Adding repository http://download.eclipse.org/releases/indigo [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/pom.xml [INFO] Fetching R-3.7.2-201202080800&format=xml&protocol=http&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/eclipse/updates/3.7/ [INFO] Fetching org.eclipse.osgi_3.7.2.v20120110-1415.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (448.11kB) [INFO] Fetching org.eclipse.osgi_3.7.2.v20120110-1415.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (448.11kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (60.18kB) [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (60.18kB) [INFO] Fetching org.eclipse.core.variables_3.2.500.v20110928-1503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.1kB) [INFO] Fetching org.eclipse.core.variables_3.2.500.v20110928-1503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.1kB) [INFO] Fetching org.eclipse.core.runtime_3.7.0.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.54kB) [INFO] Fetching org.eclipse.core.runtime_3.7.0.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.54kB) [INFO] Fetching org.eclipse.ant.core_3.2.302.v20120110-1739.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (46.61kB) [INFO] Fetching org.eclipse.ant.core_3.2.302.v20120110-1739.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (46.61kB) [INFO] Fetching org.eclipse.ant.core_3.2.302.v20120110-1739.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (95.58kB) [INFO] Fetching org.eclipse.ant.core_3.2.302.v20120110-1739.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (95.58kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ant.core,3.2.302.v20120110-1739 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.ant.core,3.2.302.v20120110-1739 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.ant.core,3.2.302.v20120110-1739.: [WARNING] File has invalid content:/tmp/signatureFile2228765844933318825.jar: [WARNING] Invalid content:lib/antsupportlib.jar [INFO] Fetching org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (33.54kB) [INFO] Fetching org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (33.54kB) [INFO] Fetching org.eclipse.equinox.preferences_3.4.2.v20120111-2020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (44.08kB) [INFO] Fetching org.eclipse.equinox.preferences_3.4.2.v20120111-2020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (44.08kB) [INFO] Fetching org.eclipse.equinox.registry_3.5.101.R37x_v20110810-1611.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (66.67kB) [INFO] Fetching org.eclipse.equinox.registry_3.5.101.R37x_v20110810-1611.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (66.67kB) [INFO] Fetching org.eclipse.equinox.common_3.6.0.v20110523.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.common_3.6.0.v20110523.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (42.3kB) [INFO] Fetching org.eclipse.core.expressions_3.4.300.v20110228.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.85kB) [INFO] Fetching org.eclipse.core.expressions_3.4.300.v20110228.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.85kB) [INFO] Fetching org.eclipse.core.filesystem_1.3.100.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (21.55kB) [INFO] Fetching org.eclipse.core.filesystem_1.3.100.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (21.55kB) [INFO] Fetching org.eclipse.core.jobs_3.5.101.v20120113-1953.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (36.34kB) [INFO] Fetching org.eclipse.core.jobs_3.5.101.v20120113-1953.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (36.34kB) [INFO] Fetching org.eclipse.core.resources_3.7.101.v20120125-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (272.5kB) [INFO] Fetching org.eclipse.core.resources_3.7.101.v20120125-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (272.5kB) [INFO] Fetching org.eclipse.core.resources_3.7.101.v20120125-1505.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (788.32kB) [INFO] Fetching org.eclipse.core.resources_3.7.101.v20120125-1505.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (788.32kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.core.resources,3.7.101.v20120125-1505 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.core.resources,3.7.101.v20120125-1505 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.core.resources,3.7.101.v20120125-1505.: [WARNING] File has invalid content:/tmp/signatureFile3773481903497668737.jar: [WARNING] Invalid content:ant_tasks/resources-ant.jar [INFO] Fetching org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.18kB) [INFO] Fetching org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.18kB) [INFO] Fetching org.eclipse.equinox.app_1.3.100.v20110321.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (37.82kB) [INFO] Fetching org.eclipse.equinox.app_1.3.100.v20110321.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (37.82kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/indigo/201202240900/aggregate/ [INFO] Fetching org.eclipse.emf.common_2.7.0.v20120127-1122.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (70.22kB) [INFO] Fetching org.eclipse.emf.common_2.7.0.v20120127-1122.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (70.22kB) [INFO] Fetching org.eclipse.emf.ecore_2.7.0.v20120127-1122.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (336.52kB) [INFO] Fetching org.eclipse.emf.ecore_2.7.0.v20120127-1122.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (336.52kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data/pom.xml [INFO] Fetching org.eclipse.emf.ecore.xmi_2.7.0.v20120127-1122.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (76.45kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.7.0.v20120127-1122.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (76.45kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.apache.poi:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.apache.poi:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.apache.poi:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/pom.xml [INFO] Fetching com.ibm.icu.base_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (78kB) [INFO] Fetching com.ibm.icu.base_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (78kB) [INFO] Fetching org.eclipse.debug.core_3.7.1.v20111129-2031.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (96.59kB) [INFO] Fetching org.eclipse.debug.core_3.7.1.v20111129-2031.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (96.59kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (96.31kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (96.31kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/pom.xml [INFO] Fetching org.eclipse.compare.core_3.5.200.I20110208-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.82kB) [INFO] Fetching org.eclipse.compare.core_3.5.200.I20110208-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.82kB) [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (8.22MB) [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (8.22MB) [INFO] Fetching org.eclipse.core.commands_3.6.0.I20110111-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.32kB) [INFO] Fetching org.eclipse.core.commands_3.6.0.I20110111-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.32kB) [INFO] Fetching org.eclipse.core.databinding_1.4.0.I20110111-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (50.7kB) [INFO] Fetching org.eclipse.core.databinding_1.4.0.I20110111-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (50.7kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.4.0.I20110222-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (65.67kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.4.0.I20110222-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (65.67kB) [INFO] Fetching org.eclipse.core.databinding.property_1.4.0.I20110222-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (35.73kB) [INFO] Fetching org.eclipse.core.databinding.property_1.4.0.I20110222-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (35.73kB) [INFO] Fetching org.eclipse.text_3.5.101.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (77.45kB) [INFO] Fetching org.eclipse.text_3.5.101.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (77.45kB) [INFO] Fetching org.eclipse.core.filebuffers_3.5.200.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (36.66kB) [INFO] Fetching org.eclipse.core.filebuffers_3.5.200.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (36.66kB) [INFO] Fetching org.eclipse.ui_3.7.0.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (91.63kB) [INFO] Fetching org.eclipse.ui_3.7.0.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (91.63kB) [INFO] Fetching org.eclipse.ui.console_3.5.100.v20111007_r372.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (53.76kB) [INFO] Fetching org.eclipse.ui.console_3.5.100.v20111007_r372.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (53.76kB) [INFO] Fetching org.eclipse.help_3.5.100.v20110426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (106.26kB) [INFO] Fetching org.eclipse.help_3.5.100.v20110426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (106.26kB) [INFO] Fetching org.eclipse.jface.text_3.7.2.v20111213-1208.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (281.22kB) [INFO] Fetching org.eclipse.jface.text_3.7.2.v20111213-1208.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (281.22kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.7.0.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (179.85kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.7.0.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (179.85kB) [INFO] Fetching org.eclipse.ui.ide_3.7.0.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (691.21kB) [INFO] Fetching org.eclipse.ui.ide_3.7.0.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (691.21kB) [INFO] Fetching org.eclipse.ui.editors_3.7.0.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (167.19kB) [INFO] Fetching org.eclipse.ui.editors_3.7.0.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (167.19kB) [INFO] Fetching org.eclipse.ui.forms_3.5.101.v20111011-1919.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (95.89kB) [INFO] Fetching org.eclipse.ui.forms_3.5.101.v20111011-1919.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (95.89kB) [INFO] Fetching org.eclipse.debug.ui_3.7.102.v20111129-1423_r372.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (773.76kB) [INFO] Fetching org.eclipse.debug.ui_3.7.102.v20111129-1423_r372.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (773.76kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.1.1.v20120113-1346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (26.58kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.1.1.v20120113-1346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (26.58kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.1.0.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (94.29kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.1.0.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (94.29kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110815-1419.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (113.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110815-1419.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (113.01kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.2.0.v20110815-1419 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.2.0.v20110815-1419 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.2.0.v20110815-1419.: [WARNING] File has invalid content:/tmp/signatureFile8820115205242706723.jar: [WARNING] Invalid content:ant_tasks/metadataRepository-ant.jar [INFO] Fetching org.eclipse.equinox.p2.repository_2.1.1.v20120113-1346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (47.12kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.1.1.v20120113-1346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (47.12kB) [INFO] Fetching org.eclipse.equinox.security_1.1.1.R37x_v20110822-1018.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (38.75kB) [INFO] Fetching org.eclipse.equinox.security_1.1.1.R37x_v20110822-1018.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (38.75kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.1.1.R37x_v20111003.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (60.1kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.1.1.R37x_v20111003.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (60.1kB) [INFO] Fetching org.eclipse.swt_3.7.2.v3740f.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.47kB) [INFO] Fetching org.eclipse.swt_3.7.2.v3740f.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.47kB) [INFO] Fetching org.eclipse.jface_3.7.0.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (312.33kB) [INFO] Fetching org.eclipse.jface_3.7.0.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (312.33kB) [INFO] Fetching org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (58.45kB) [INFO] Fetching org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (58.45kB) [INFO] Fetching org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ui.views_3.6.0.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (31.45kB) [INFO] Fetching org.eclipse.ui.views_3.6.0.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (31.45kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.7.2.v3740f.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.08MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.7.2.v3740f.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.08MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.7.2.v3740f.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.18MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.7.2.v3740f.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.18MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.7.2.v3740f.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (868.83kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.7.2.v3740f.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (868.83kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.dispatch:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.dispatch:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.dispatch:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.parser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.parser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.perf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.perf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.perf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform/pom.xml [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.0.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.0.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.03kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.8kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.8kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (65.44kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (65.44kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.0.200.v20110815-1438 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.0.200.v20110815-1438 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.0.200.v20110815-1438.: [WARNING] File has invalid content:/tmp/signatureFile1168653683567120181.jar: [WARNING] Invalid content:lib/jarprocessor-ant.jar [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.101.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (47.34kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.101.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (47.34kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.88kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.1.1.v20111126-0211.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (39.76kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.1.1.v20111126-0211.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (39.76kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.1.1.R37x_v20111111.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (21.52kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.1.1.R37x_v20111111.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (21.52kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/pom.xml [INFO] Fetching org.eclipse.osgi.services_3.3.0.v20110513.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.28kB) [INFO] Fetching org.eclipse.osgi.services_3.3.0.v20110513.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.28kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.shell:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.shell/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.shell:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.shell/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.shell:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.shell/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.operations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.operations/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.operations/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.interop:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.interop/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.interop:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.interop/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.interop:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.interop/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.filesystem:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.filesystem:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.filesystem:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.core-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.core-feature/pom.xml [INFO] Fetching org.eclipse.emf.ecore.change_2.7.1.v20120127-1122.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (33.31kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.7.1.v20120127-1122.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (33.31kB) [INFO] Fetching org.eclipse.emf.ecore_2.7.1.v20120127-1122.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/features/ (16.86kB) [INFO] Fetching org.eclipse.emf.ecore_2.7.1.v20120127-1122.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/features/ (16.86kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.core-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.ide-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.ide-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.ide-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.shell:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.shell-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.shell:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.shell-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.shell:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.shell-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.platform-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.platform-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.sdk:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.sdk:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.sdk:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.server-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.server-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.server-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/pom.xml [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (591.9kB) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (591.9kB) [INFO] Fetching org.eclipse.core.net_1.2.100.I20110511-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (28.91kB) [INFO] Fetching org.eclipse.core.net_1.2.100.I20110511-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (28.91kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (283.72kB) [INFO] Fetching org.eclipse.ui.ide.application_1.0.300.I20110306-2000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (28.01kB) [INFO] Fetching org.eclipse.ui.ide.application_1.0.300.I20110306-2000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (28.01kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (19.33kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (19.33kB) [INFO] Fetching org.eclipse.equinox.launcher_1.2.0.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (25.22kB) [INFO] Fetching org.eclipse.equinox.launcher_1.2.0.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (25.22kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:ecl-repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:ecl-repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:ecl-repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/ecl/repository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.core/pom.xml [INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.watson:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.watson:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.watson:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jobs:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.jobs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jobs:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.jobs/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jobs:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.jobs/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.ui/pom.xml [INFO] Fetching com.ibm.icu_4.4.2.v20110823.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (6.39MB) [INFO] Fetching com.ibm.icu_4.4.2.v20110823.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (6.39MB) [INFO] Fetching org.eclipse.draw2d_3.7.2.v20111017-2020.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (173.57kB) [INFO] Fetching org.eclipse.draw2d_3.7.2.v20111017-2020.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (173.57kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core.context:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core.context/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core.context:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core.context/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core.context:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core.context/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.recording.core.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.recording.core.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core.ecl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.recording.core.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core.ecl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.search/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.search/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.builder:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.builder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.builder:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.builder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.builder:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.builder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.scenario:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.scenario/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.scenario:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.scenario/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.scenario:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.scenario/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.launching:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.launching:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.launching:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.logging:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.logging/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.logging:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.logging/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.logging:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.logging/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.group/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.group/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.group/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.preferences/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.preferences/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.script/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.script/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.script/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.super/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.super/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.super/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.capability/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.capability/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.capability/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.parameters/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.parameters/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.parameters/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.filesystem/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.filesystem/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.filesystem/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.extensions:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.extensions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.extensions:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.extensions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.extensions:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.extensions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.time/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.time/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.time/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.text/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.text/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.log/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.log/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.log/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.tree/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.tree/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.tree/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.reporting/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.reporting/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.reporting/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util/pom.xml [INFO] Fetching org.jsoup_1.7.2.v201411291515.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (87.52kB) [INFO] Fetching org.jsoup_1.7.2.v201411291515.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (87.52kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.resources:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt.win64:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt.win64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt.win64:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt.win64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt.win64:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt.win64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.core.features:org.eclipse.rcptt.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.core.features:org.eclipse.rcptt.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core-feature/pom.xml [INFO] Fetching org.eclipse.emf.edit_2.7.2.v20120130-0943.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (83.32kB) [INFO] Fetching org.eclipse.emf.edit_2.7.2.v20120130-0943.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (83.32kB) [INFO] Fetching org.eclipse.emf.transaction_1.4.0.v20100331-1738.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (52.31kB) [INFO] Fetching org.eclipse.emf.transaction_1.4.0.v20100331-1738.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (52.31kB) [INFO] Fetching org.eclipse.emf.validation_1.4.0.v20100428-2315.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (122.57kB) [INFO] Fetching org.eclipse.emf.validation_1.4.0.v20100428-2315.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (122.57kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.core.features:org.eclipse.rcptt.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.core:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.parser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.parser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.formatter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.formatter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.formatter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.scanner:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.scanner/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.scanner:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.scanner/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.scanner:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.scanner/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.highlighter:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.highlighter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.highlighter:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.highlighter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.highlighter:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.highlighter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.expandbar/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.expandbar/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.expandbar/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:core-repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:core-repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:core-repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/core/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ecl [pom] [INFO] ecl-plugins [pom] [INFO] org.eclipse.rcptt.ecl.core [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.client.tcp [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.dispatch [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.filesystem [eclipse-plugin] [INFO] core [pom] [INFO] rcptt.core [pom] [INFO] org.eclipse.rcptt.logging [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.context [eclipse-plugin] [INFO] org.eclipse.rcptt.util [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data.apache.poi [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.parser [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.runtime [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.core [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.doc [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.perf [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.platform [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.platform.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.popup [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.popup.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.server.tcp [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.server.tcp.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.shell [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.telnet.server [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.telnet.server.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.operations [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.interop [eclipse-plugin] [INFO] ecl-features [pom] [INFO] org.eclipse.rcptt.ecl.core [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.ide [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.server [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.shell [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.platform [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.platform.ui [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.sdk [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.server.ui [eclipse-feature] [INFO] ecl-tests [pom] [INFO] org.eclipse.rcptt.ecl.parser.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.operations.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.data.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.core.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.client.tcp.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.perf.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.doc.tests [eclipse-test-plugin] [INFO] ecl-repository [eclipse-repository] [INFO] watson [pom] [INFO] org.eclipse.rcptt.watson.core [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.jobs [eclipse-plugin] [INFO] org.eclipse.rcptt.watson [eclipse-feature] [INFO] org.eclipse.rcptt.watson.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ecl [eclipse-feature] [INFO] org.eclipse.rcptt.core.scenario [eclipse-plugin] [INFO] org.eclipse.rcptt.core [eclipse-plugin] [INFO] org.eclipse.rcptt.core.search [eclipse-plugin] [INFO] org.eclipse.rcptt.reporting [eclipse-plugin] [INFO] rcptt.core.verifications [pom] [INFO] org.eclipse.rcptt.verifications [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.core [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.scanner [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.parser [eclipse-plugin] [INFO] org.eclipse.rcptt.core.builder [eclipse-plugin] [INFO] org.eclipse.rcptt.core.launching [eclipse-plugin] [INFO] rcptt.core.contexts [pom] [INFO] org.eclipse.rcptt.ctx.debug [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences [eclipse-plugin] [INFO] org.eclipse.rcptt.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.super [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.capability [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.extensions [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.time [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.util.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.core.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.core.swt.win64 [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.formatter [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.highlighter [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar [eclipse-plugin] [INFO] org.eclipse.rcptt.core [eclipse-feature] [INFO] rcptt.core.tests [pom] [INFO] org.eclipse.rcptt.core.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.core.ecl.formatter.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.core.ecl.parser.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.verifications.tree.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.core.search.test [eclipse-test-plugin] [INFO] core-repository [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:ecl >------------------------ [INFO] Building ecl 2.5.1-SNAPSHOT [1/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl --- [INFO] [INFO] -----------------< org.eclipse.rcptt.ecl:ecl-plugins >------------------ [INFO] Building ecl-plugins 2.5.1-SNAPSHOT [2/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-plugins --- [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core >---------- [INFO] Building org.eclipse.rcptt.ecl.core 2.5.1-SNAPSHOT [3/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.core --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 168 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.core/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp >------- [INFO] Building org.eclipse.rcptt.ecl.client.tcp 2.5.1-SNAPSHOT [4/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.client.tcp --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.dispatch >-------- [INFO] Building org.eclipse.rcptt.ecl.dispatch 2.5.1-SNAPSHOT [5/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.dispatch --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.filesystem >------- [INFO] Building org.eclipse.rcptt.ecl.filesystem 2.5.1-SNAPSHOT [6/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.filesystem --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] -----------------------< org.eclipse.rcptt:core >----------------------- [INFO] Building core 2.5.1-SNAPSHOT [7/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core --- [INFO] [INFO] --------------------< org.eclipse.rcptt:rcptt.core >-------------------- [INFO] Building rcptt.core 2.5.1-SNAPSHOT [8/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core --- [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.logging >------------- [INFO] Building org.eclipse.rcptt.logging 2.5.1-SNAPSHOT [9/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.logging --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.logging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.logging/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.logging --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.logging/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.logging/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.logging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.logging/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.logging --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.logging --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.core.context >------- [INFO] Building org.eclipse.rcptt.tesla.core.context 2.5.1-SNAPSHOT [10/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.context --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core.context/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.core.context --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core.context/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core.context/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core.context/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --------------< org.eclipse.rcptt:org.eclipse.rcptt.util >-------------- [INFO] Building org.eclipse.rcptt.util 2.5.1-SNAPSHOT [11/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.util --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.core >----------- [INFO] Building org.eclipse.rcptt.tesla.core 2.5.1-SNAPSHOT [12/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 508 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.ecl >------------ [INFO] Building org.eclipse.rcptt.tesla.ecl 2.5.1-SNAPSHOT [13/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 366 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data >---------- [INFO] Building org.eclipse.rcptt.ecl.data 2.5.1-SNAPSHOT [14/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.data --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 108 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.apache.poi >----- [INFO] Building org.eclipse.rcptt.ecl.data.apache.poi 2.5.1-SNAPSHOT [15/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.data.apache.poi --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] ---------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser >--------- [INFO] Building org.eclipse.rcptt.ecl.parser 2.5.1-SNAPSHOT [16/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.parser --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.parser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.parser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.parser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.parser/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] -----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.runtime >------ [INFO] Building org.eclipse.rcptt.ecl.debug.runtime 2.5.1-SNAPSHOT [17/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.debug.runtime --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.core >------- [INFO] Building org.eclipse.rcptt.ecl.debug.core 2.5.1-SNAPSHOT [18/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.debug.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.ui >-------- [INFO] Building org.eclipse.rcptt.ecl.debug.ui 2.5.1-SNAPSHOT [19/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.debug.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc >----------- [INFO] Building org.eclipse.rcptt.ecl.doc 2.5.1-SNAPSHOT [20/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.doc --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.doc/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf >---------- [INFO] Building org.eclipse.rcptt.ecl.perf 2.5.1-SNAPSHOT [21/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.perf --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.perf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.perf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.perf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.perf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.perf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.perf/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.perf --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform >-------- [INFO] Building org.eclipse.rcptt.ecl.platform 2.5.1-SNAPSHOT [22/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] ------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform.ui >------- [INFO] Building org.eclipse.rcptt.ecl.platform.ui 2.5.1-SNAPSHOT [23/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] ---------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup >---------- [INFO] Building org.eclipse.rcptt.ecl.popup 2.5.1-SNAPSHOT [24/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.popup --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.popup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.popup --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.popup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.popup --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup.ui >-------- [INFO] Building org.eclipse.rcptt.ecl.popup.ui 2.5.1-SNAPSHOT [25/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.popup.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp >------- [INFO] Building org.eclipse.rcptt.ecl.server.tcp 2.5.1-SNAPSHOT [26/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.server.tcp --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] -----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp.ui >------ [INFO] Building org.eclipse.rcptt.ecl.server.tcp.ui 2.5.1-SNAPSHOT [27/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] ---------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.shell >---------- [INFO] Building org.eclipse.rcptt.ecl.shell 2.5.1-SNAPSHOT [28/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.shell --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.shell/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.shell/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.shell/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.shell --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] -----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server >------ [INFO] Building org.eclipse.rcptt.ecl.telnet.server 2.5.1-SNAPSHOT [29/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.telnet.server --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server.ui >---- [INFO] Building org.eclipse.rcptt.ecl.telnet.server.ui 2.5.1-SNAPSHOT [30/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations >------- [INFO] Building org.eclipse.rcptt.ecl.operations 2.5.1-SNAPSHOT [31/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.operations --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.operations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.operations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.operations --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.operations/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 148 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.operations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.operations/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.operations --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.interop >--------- [INFO] Building org.eclipse.rcptt.ecl.interop 2.5.1-SNAPSHOT [32/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.interop --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.interop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.interop/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.interop --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.interop/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.interop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.interop/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.interop --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] -----------------< org.eclipse.rcptt.ecl:ecl-features >----------------- [INFO] Building ecl-features 2.5.1-SNAPSHOT [33/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-features --- [INFO] [INFO] -----< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.core >------ [INFO] Building org.eclipse.rcptt.ecl.core 2.5.1-SNAPSHOT [34/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.core --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] ------< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.ide >------ [INFO] Building org.eclipse.rcptt.ecl.ide 2.5.1-SNAPSHOT [35/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.ide --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] ----< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server >----- [INFO] Building org.eclipse.rcptt.ecl.server 2.5.1-SNAPSHOT [36/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.server --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.server --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] -----< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.shell >----- [INFO] Building org.eclipse.rcptt.ecl.shell 2.5.1-SNAPSHOT [37/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.shell --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.shell --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] ---< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform >---- [INFO] Building org.eclipse.rcptt.ecl.platform 2.5.1-SNAPSHOT [38/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.platform --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform.ui >-- [INFO] Building org.eclipse.rcptt.ecl.platform.ui 2.5.1-SNAPSHOT [39/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] ------< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.sdk >------ [INFO] Building org.eclipse.rcptt.ecl.sdk 2.5.1-SNAPSHOT [40/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.sdk --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] ---< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server.ui >--- [INFO] Building org.eclipse.rcptt.ecl.server.ui 2.5.1-SNAPSHOT [41/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] ------------------< org.eclipse.rcptt.ecl:ecl-tests >------------------- [INFO] Building ecl-tests 2.5.1-SNAPSHOT [42/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tests --- [INFO] [INFO] ------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser.test >------- [INFO] Building org.eclipse.rcptt.ecl.parser.test 2.5.1-SNAPSHOT [43/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.parser.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/surefire.properties] Running org.eclipse.rcptt.ecl.parser.test.SimpleParserTest Test:testCurlyArgWithCommentInside try //comment argument Test:testStringArgOnNewLine command arg1 arg2 Test:testWithConstruct (first -flag=true;second -secondFlag=true) Test:testSubCommandOnNewLines command [subcommand] Test:testCommandAfterNewLine (command1;command2) Test:testCommandAfterNewLines (command1;command2) Test:testParser001d (set1;set2) Test:testParser001e (set1;(set2&set3)) Test:testParser001e (set1;(set2&set3)) Test:testParser001f ((set1&set2);set3) Test:testParser001f ((set1&set2);set3) Test:testParser001f (set1&(set2;set3)) Test:testParser001g ((set1|set2)&set3) Test:testParser001g ((set1|set2)&set3) Test:testParser001g (set1|(set2&set3)) Test:testParser001h (set1&(set2|set3)) Test:testParser001h (set1&(set2|set3)) Test:testParser003a set1 -a=b Test:testNewlineBeforePlus command firstsecond Test:invoke0 Test:testParser002 set1 a b c Test:testParser003 set1 c -a=b Test:testParser004 set1 c -a=b Test:testParser005 set1 c -a=b Test:testParser006 set1 c -a=b Test:testParser009 set1 a b c Test:testParser010 set1 a b [set1] Test:testParser011 set1 a b Test:testParser012 set1 a b [(set1&set2)] Test:testParser016 cmd ruby:{N.new().format()} Test:testParser017 get-length alfa Test:testParser021 get-string str1 str2 Test:testParser022 get-string bla' Test:testScringEscapeWithinCurly command "}" Test:testMultipleNewlinesBeforeCommand command Test:testUnclosedBrace Test:testNewlineAfterPlus command firstsecond Test:invoke0 Test:testCommandAndCommentsAtEof command Test:testCommentAfterPipe (command1|command2) Test:invoke0 Test:testCommandAfterCommandAndComment (command1;command2) Test:testCommentsAndEolAtEof Test:testNewLineAndSpaceCombinationAfterString (command1 arg;command2) Test:testLexer001b (set1&set2) Test:testLexer001b (set1&set2) Test:testLexer001c (set1|set2) Test:testLexer001c (set1|set2) Test:testLexer001d (set1|set2) Test:testLexer001e (set1|set2) Test:testVariableInPipe (get-val x|command) Test:testNewLineWithSpacesAfterCommand command Test:testSubCommandWithEverything command [subcommand] Test:testScringEscape command } Test:testCurlyArg try argument Test:testVariableArgument command [get-val x] Test:testCommentsAtEof Test:testVarDereference ((get-val a|command1);(get-val a|command2)) Test:testCommentAndEolAtEof Test:testNewLinesAfterCommand command Test:testCommandAfterComment command2 Test:testClosedBraceWithRandomComments (try /* multiline commment */ // line comment command ;second command) Test:testSubCommandOnANewLine command [subcommand] Test:testNewlineAtEOF command Test:testNoNestedSequences (command1;wait-until-eclipse-is-ready;command2) Test:testMultipleNewlinesBetweenCommands (command1;command2) Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 s - in org.eclipse.rcptt.ecl.parser.test.SimpleParserTest testCurlyArgWithCommentInside(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.085 s testStringArgOnNewLine(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testWithConstruct(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.002 s testSubCommandOnNewLines(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterNewLine(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterNewLines(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001e(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001f(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001g(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.002 s testParser001h(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser003a(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewlineBeforePlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser002(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser003(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser004(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser005(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser006(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser009(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser010(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser011(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser012(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser016(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser017(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser021(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser022(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testScringEscapeWithinCurly(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testMultipleNewlinesBeforeCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testUnclosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.03 s testNewlineAfterPlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentedClosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommandAndCommentsAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentAfterPipe(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testMultilineCommentedClosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterCommandAndComment(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommentsAndEolAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNewLineAndSpaceCombinationAfterString(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001b(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testLexer001c(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testLexer001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001e(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVariableInPipe(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNewLineWithSpacesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testSubCommandWithEverything(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testScringEscape(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCurlyArg(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVariableArgument(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentsAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVarDereference(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentAndEolAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewLinesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterComment(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testClosedBraceWithRandomComments(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testSubCommandOnANewLine(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewlineAtEOF(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNoNestedSequences(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testMultipleNewlinesBetweenCommands(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.ecl.parser.test.ExecServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.rcptt.ecl.parser.test.ExecServiceTest letExpression(org.eclipse.rcptt.ecl.parser.test.ExecServiceTest) Time elapsed: 0.274 s Running org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testLexer002(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testLexer003(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer004(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testLexer006(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testLexer007(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer008(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testNewLineWithSpaces(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s Results: Tests run: 67, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations.tests >---- [INFO] Building org.eclipse.rcptt.ecl.operations.tests 2.5.1-SNAPSHOT [44/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.operations.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.operations.tests.FindAllTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 s - in org.eclipse.rcptt.ecl.operations.tests.FindAllTest testFindAllFail(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.479 s testMatchedSubstring(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.02 s testGroups(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.007 s Running org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest testParseFail(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.003 s testDate(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.002 s testTime(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.001 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.tests >------- [INFO] Building org.eclipse.rcptt.ecl.data.tests 2.5.1-SNAPSHOT [45/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 s - in org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest testFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.496 s testProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.084 s testAbsentProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.007 s testFolder(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.063 s testWorkspace(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.025 s testAbsentFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.013 s testAbsentFolderInExistingProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.059 s testAbsentFolder(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.003 s Running org.eclipse.rcptt.ecl.data.tests.ReadFileTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.rcptt.ecl.data.tests.ReadFileTest testReadFile(org.eclipse.rcptt.ecl.data.tests.ReadFileTest) Time elapsed: 0.016 s testNotExists(org.eclipse.rcptt.ecl.data.tests.ReadFileTest) Time elapsed: 0.002 s Running org.eclipse.rcptt.ecl.data.tests.WriteLinesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in org.eclipse.rcptt.ecl.data.tests.WriteLinesTest failToWriteInDir(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.077 s writeToNewFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.015 s writeTwiceToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.078 s writeToNewFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.003 s writeToNewProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.015 s writeToExistingFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.004 s writeToClosedProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.011 s appendToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.008 s Running org.eclipse.rcptt.ecl.data.tests.DeleteFileTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.rcptt.ecl.data.tests.DeleteFileTest testWorkspaceFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.062 s testInput(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.013 s testProject(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.074 s testDeleteFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.002 s testDeleteWorkspace(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.009 s testDeleteFilesystemFile(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.001 s Results: Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core.tests >------- [INFO] Building org.eclipse.rcptt.ecl.core.tests 2.5.1-SNAPSHOT [46/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.core.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.core.tests.LocalCoreTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.257 s - in org.eclipse.rcptt.ecl.core.tests.LocalCoreTest testExec1(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.221 s testExec2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.003 s testReadFromFinishedCommand(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.002 s testExecParallel(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 2.003 s testPipeline(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.004 s testExecSequence(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.002 s testIsPipeEmpty2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.002 s testHWCommand(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0 s testIsPipeEmpty(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.ecl.core.tests.StatusesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s - in org.eclipse.rcptt.ecl.core.tests.StatusesTest testTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.121 s testNoTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.103 s testHasCode(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0 s Running org.eclipse.rcptt.ecl.core.tests.FormatterTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.rcptt.ecl.core.tests.FormatterTest testSmallLineWidth(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.003 s testSmallIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 s testLongLineWidth(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test01(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test02(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 s test03(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test04(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.002 s test05(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.002 s testBigIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s Results: Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp.tests >---- [INFO] Building org.eclipse.rcptt.ecl.client.tcp.tests 2.5.1-SNAPSHOT [47/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 s - in org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession testCommandExecution001(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.382 s errorIsReported(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.054 s istatusPropagatesTraces(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.067 s simpleExecution(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.054 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf.tests >------- [INFO] Building org.eclipse.rcptt.ecl.perf.tests 2.5.1-SNAPSHOT [48/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.perf.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.perf.tests.TimePerfTest 2 1 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s - in org.eclipse.rcptt.ecl.perf.tests.TimePerfTest testSimple(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.189 s testMeasureTime(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.003 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc.tests >-------- [INFO] Building org.eclipse.rcptt.ecl.doc.tests 2.5.1-SNAPSHOT [49/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.doc.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.doc.tests.EclDocTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s - in org.eclipse.rcptt.ecl.doc.tests.EclDocTest test01(org.eclipse.rcptt.ecl.doc.tests.EclDocTest) Time elapsed: 0.589 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------------------< org.eclipse.rcptt:ecl-repository >------------------ [INFO] Building ecl-repository 2.5.1-SNAPSHOT [50/102] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-repository --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ecl-repository --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ ecl-repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ecl-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/ecl/repository/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ ecl-repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ ecl-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/ecl/repository/target/ecl-repository-2.5.1-SNAPSHOT.zip [INFO] [INFO] ----------------------< org.eclipse.rcptt:watson >---------------------- [INFO] Building watson 2.5.1-SNAPSHOT [51/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ watson --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.core >----------- [INFO] Building org.eclipse.rcptt.watson.core 2.5.1-SNAPSHOT [52/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.core --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.core/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.core --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.jobs >----------- [INFO] Building org.eclipse.rcptt.watson.jobs 2.5.1-SNAPSHOT [53/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.jobs --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.jobs --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.jobs/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.jobs/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.jobs/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.watson >--------- [INFO] Building org.eclipse.rcptt.watson 2.5.1-SNAPSHOT [54/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.watson --- [INFO] The project's OSGi version is 2.5.1.202002031053 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.watson --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.watson --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.ui >------------ [INFO] Building org.eclipse.rcptt.watson.ui 2.5.1-SNAPSHOT [55/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.core >------ [INFO] Building org.eclipse.rcptt.tesla.recording.core 2.5.1-SNAPSHOT [56/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] ------< org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla >------ [INFO] Building org.eclipse.rcptt.tesla 2.5.1-SNAPSHOT [57/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.recording.core.ecl >-- [INFO] Building org.eclipse.rcptt.tesla.recording.core.ecl 2.5.1-SNAPSHOT [58/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core.ecl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] -------< org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl >------- [INFO] Building org.eclipse.rcptt.tesla.ecl 2.5.1-SNAPSHOT [59/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.ecl --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.scenario >---------- [INFO] Building org.eclipse.rcptt.core.scenario 2.5.1-SNAPSHOT [60/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.scenario --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.scenario/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.scenario --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.scenario/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.scenario/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.scenario/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --------------< org.eclipse.rcptt:org.eclipse.rcptt.core >-------------- [INFO] Building org.eclipse.rcptt.core 2.5.1-SNAPSHOT [61/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 178 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.core.search >----------- [INFO] Building org.eclipse.rcptt.core.search 2.5.1-SNAPSHOT [62/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.search --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.search --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.search/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.search/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.search --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.reporting >------------ [INFO] Building org.eclipse.rcptt.reporting 2.5.1-SNAPSHOT [63/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.reporting/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.reporting --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.reporting/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.reporting/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.reporting/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] -------------< org.eclipse.rcptt:rcptt.core.verifications >------------- [INFO] Building rcptt.core.verifications 2.5.1-SNAPSHOT [64/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core.verifications --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.verifications >---------- [INFO] Building org.eclipse.rcptt.verifications 2.5.1-SNAPSHOT [65/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.core >---------- [INFO] Building org.eclipse.rcptt.core.ecl.core 2.5.1-SNAPSHOT [66/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.core --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.core/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.scanner >-------- [INFO] Building org.eclipse.rcptt.core.ecl.scanner 2.5.1-SNAPSHOT [67/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.scanner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.scanner --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.scanner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.scanner/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.scanner/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser >--------- [INFO] Building org.eclipse.rcptt.core.ecl.parser 2.5.1-SNAPSHOT [68/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.parser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.parser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.parser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.parser/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.parser/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.core.builder >---------- [INFO] Building org.eclipse.rcptt.core.builder 2.5.1-SNAPSHOT [69/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.builder --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.builder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.builder --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.builder/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.builder/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.builder/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.launching >--------- [INFO] Building org.eclipse.rcptt.core.launching 2.5.1-SNAPSHOT [70/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.launching --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.launching --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.launching/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.launching/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.launching/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.core.contexts >---------------- [INFO] Building rcptt.core.contexts 2.5.1-SNAPSHOT [71/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core.contexts --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug >------------ [INFO] Building org.eclipse.rcptt.ctx.debug 2.5.1-SNAPSHOT [72/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.debug --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.debug/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.debug/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.debug/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group >------------ [INFO] Building org.eclipse.rcptt.ctx.group 2.5.1-SNAPSHOT [73/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.group/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.group --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.group/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.group/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.group/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences >--------- [INFO] Building org.eclipse.rcptt.ctx.preferences 2.5.1-SNAPSHOT [74/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.preferences/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.preferences/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.resources >------------ [INFO] Building org.eclipse.rcptt.resources 2.5.1-SNAPSHOT [75/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.resources/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources >---------- [INFO] Building org.eclipse.rcptt.ctx.resources 2.5.1-SNAPSHOT [76/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.resources/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script >----------- [INFO] Building org.eclipse.rcptt.ctx.script 2.5.1-SNAPSHOT [77/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.script/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.script --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.script/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.script/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.script/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.super >------------ [INFO] Building org.eclipse.rcptt.ctx.super 2.5.1-SNAPSHOT [78/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.super --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.super --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.super/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.super --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.super/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.super/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.super --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.super/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.super --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability >--------- [INFO] Building org.eclipse.rcptt.ctx.capability 2.5.1-SNAPSHOT [79/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.capability --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.capability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.capability/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.capability --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.capability/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.capability/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.capability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.capability/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.capability --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench >---------- [INFO] Building org.eclipse.rcptt.ctx.workbench 2.5.1-SNAPSHOT [80/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.workbench/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.workbench/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters >--------- [INFO] Building org.eclipse.rcptt.ctx.parameters 2.5.1-SNAPSHOT [81/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.parameters/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.parameters/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.parameters/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.parameters/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem >--------- [INFO] Building org.eclipse.rcptt.ctx.filesystem 2.5.1-SNAPSHOT [82/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.filesystem/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.filesystem/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.extensions >--------- [INFO] Building org.eclipse.rcptt.ctx.extensions 2.5.1-SNAPSHOT [83/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.extensions --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.extensions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.extensions --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.extensions/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.extensions/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.extensions/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time >------- [INFO] Building org.eclipse.rcptt.verifications.time 2.5.1-SNAPSHOT [84/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.time/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.time --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.time/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.time/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.time/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text >------- [INFO] Building org.eclipse.rcptt.verifications.text 2.5.1-SNAPSHOT [85/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.text/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log >-------- [INFO] Building org.eclipse.rcptt.verifications.log 2.5.1-SNAPSHOT [86/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.log/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.log --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.log/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.log/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.log/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree >------- [INFO] Building org.eclipse.rcptt.verifications.tree 2.5.1-SNAPSHOT [87/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.tree/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.tree --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.tree/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.tree/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.tree/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources >----- [INFO] Building org.eclipse.rcptt.verifications.resources 2.5.1-SNAPSHOT [88/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.resources/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.util.resources >--------- [INFO] Building org.eclipse.rcptt.util.resources 2.5.1-SNAPSHOT [89/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.resources --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.util.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util.resources/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.core.swt >------------ [INFO] Building org.eclipse.rcptt.core.swt 2.5.1-SNAPSHOT [90/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.swt.win64 >--------- [INFO] Building org.eclipse.rcptt.core.swt.win64 2.5.1-SNAPSHOT [91/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt.win64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.swt.win64 --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt.win64/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt.win64/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt.win64/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter >------- [INFO] Building org.eclipse.rcptt.core.ecl.formatter 2.5.1-SNAPSHOT [92/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.formatter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.formatter --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.formatter/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.formatter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.formatter/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.highlighter >------ [INFO] Building org.eclipse.rcptt.core.ecl.highlighter 2.5.1-SNAPSHOT [93/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.highlighter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.highlighter --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.highlighter/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.highlighter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.highlighter/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar >------------ [INFO] Building org.eclipse.rcptt.expandbar 2.5.1-SNAPSHOT [94/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.expandbar/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.expandbar --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.expandbar/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.expandbar/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.expandbar/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] -------< org.eclipse.rcptt.core.features:org.eclipse.rcptt.core >------- [INFO] Building org.eclipse.rcptt.core 2.5.1-SNAPSHOT [95/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.core --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.core --- [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt.core.tests >----------------- [INFO] Building rcptt.core.tests 2.5.1-SNAPSHOT [96/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core.tests --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.core.tests >----------- [INFO] Building org.eclipse.rcptt.core.tests 2.5.1-SNAPSHOT [97/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.core.tests --- [INFO] Fetching javax.servlet_2.5.0.v201103041518.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (116.51kB) [INFO] Fetching javax.servlet_2.5.0.v201103041518.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (116.51kB) [INFO] Fetching javax.servlet.jsp_2.0.0.v201101211617.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (62.39kB) [INFO] Fetching javax.servlet.jsp_2.0.0.v201101211617.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (62.39kB) [INFO] Fetching org.apache.ant_1.8.2.v20120109-1030.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (2.13MB) [INFO] Fetching org.apache.ant_1.8.2.v20120109-1030.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (2.13MB) [INFO] Fetching org.apache.commons.el_1.0.0.v201101211617.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (125.67kB) [INFO] Fetching org.apache.commons.el_1.0.0.v201101211617.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (125.67kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (103.82kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (103.82kB) [INFO] Fetching org.apache.commons.codec_1.3.0.v201101211617.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (53.72kB) [INFO] Fetching org.apache.commons.codec_1.3.0.v201101211617.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (53.72kB) [INFO] Fetching org.apache.commons.logging_1.0.4.v201101211617.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (23.58kB) [INFO] Fetching org.apache.commons.logging_1.0.4.v201101211617.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (23.58kB) [INFO] Fetching org.apache.jasper_5.5.17.v201101211617.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.64MB) [INFO] Fetching org.apache.jasper_5.5.17.v201101211617.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.64MB) [INFO] Fetching org.apache.lucene_2.9.1.v201101211721.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (69.35kB) [INFO] Fetching org.apache.lucene_2.9.1.v201101211721.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (69.35kB) [INFO] Fetching org.apache.lucene.core_2.9.1.v201101211721.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.11MB) [INFO] Fetching org.apache.lucene.core_2.9.1.v201101211721.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.11MB) [INFO] Fetching org.apache.lucene.analysis_2.9.1.v201101211721.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (211.02kB) [INFO] Fetching org.apache.lucene.analysis_2.9.1.v201101211721.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (211.02kB) [INFO] Fetching org.apache.lucene.highlighter_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (63kB) [INFO] Fetching org.apache.lucene.highlighter_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (63kB) [INFO] Fetching org.apache.lucene.memory_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (71.02kB) [INFO] Fetching org.apache.lucene.memory_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (71.02kB) [INFO] Fetching org.apache.lucene.queries_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (50.33kB) [INFO] Fetching org.apache.lucene.queries_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (50.33kB) [INFO] Fetching org.apache.lucene.snowball_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (128.11kB) [INFO] Fetching org.apache.lucene.snowball_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (128.11kB) [INFO] Fetching org.apache.lucene.spellchecker_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (35.3kB) [INFO] Fetching org.apache.lucene.spellchecker_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (35.3kB) [INFO] Fetching org.apache.lucene.misc_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (74.87kB) [INFO] Fetching org.apache.lucene.misc_2.9.1.v20100421-0704.jar from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (74.87kB) [INFO] Fetching org.eclipse.compare_3.5.202.R37x_v20111109-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (228.09kB) [INFO] Fetching org.eclipse.compare_3.5.202.R37x_v20111109-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (228.09kB) [INFO] Fetching org.eclipse.compare.win32_1.0.200.I20110510-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (18.66kB) [INFO] Fetching org.eclipse.compare.win32_1.0.200.I20110510-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (18.66kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.2.100.I20100824-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (18.83kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.2.100.I20100824-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (18.83kB) [INFO] Fetching org.eclipse.core.externaltools_1.0.100.v20111007_r372.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.33kB) [INFO] Fetching org.eclipse.core.externaltools_1.0.100.v20111007_r372.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.33kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.1.300.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (26.3kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.1.300.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (26.3kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.0.100.I20110331-0827.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (25.71kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.0.100.I20110331-0827.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (25.71kB) [INFO] Fetching org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (35.53kB) [INFO] Fetching org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (35.53kB) [INFO] Fetching org.eclipse.update.configurator_3.3.100.v20100512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (41.87kB) [INFO] Fetching org.eclipse.update.configurator_3.3.100.v20100512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (41.87kB) [INFO] Fetching org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.55kB) [INFO] Fetching org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.55kB) [INFO] Fetching org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (16.5kB) [INFO] Fetching org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (16.5kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.core.runtime.compatibility.registry,3.5.0.v20110505 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.core.runtime.compatibility.registry,3.5.0.v20110505 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.core.runtime.compatibility.registry,3.5.0.v20110505.: [WARNING] File has invalid content:/tmp/signatureFile8827522030073433832.jar: [WARNING] Invalid content:runtime_registry_compatibility.jar [INFO] Fetching org.eclipse.ecf_3.1.300.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.34kB) [INFO] Fetching org.eclipse.ecf_3.1.300.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.34kB) [INFO] Fetching org.eclipse.ecf.identity_3.1.100.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (21.49kB) [INFO] Fetching org.eclipse.ecf.identity_3.1.100.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.0.200.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (8.8kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.0.200.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (8.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (16.85kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (16.85kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (41.17kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (41.17kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (10.04kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (10.04kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (5.71kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (5.71kB) [INFO] Fetching org.eclipse.ecf.ssl_1.0.100.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (7.39kB) [INFO] Fetching org.eclipse.ecf.ssl_1.0.100.v20110531-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (7.39kB) [INFO] Fetching org.eclipse.equinox.util_1.0.300.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.25kB) [INFO] Fetching org.eclipse.equinox.util_1.0.300.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.25kB) [INFO] Fetching org.eclipse.equinox.ds_1.3.1.R37x_v20110701.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (84.32kB) [INFO] Fetching org.eclipse.equinox.ds_1.3.1.R37x_v20110701.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (84.32kB) [INFO] Fetching org.eclipse.equinox.event_1.2.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.89kB) [INFO] Fetching org.eclipse.equinox.event_1.2.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.89kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.300.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.09kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.300.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.09kB) [INFO] Fetching org.eclipse.equinox.http.jetty_2.0.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.37kB) [INFO] Fetching org.eclipse.equinox.http.jetty_2.0.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.37kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.1.200.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.08kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.1.200.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.08kB) [INFO] Fetching org.mortbay.jetty.util_6.1.23.v201012071420.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (188.77kB) [INFO] Fetching org.mortbay.jetty.util_6.1.23.v201012071420.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (188.77kB) [INFO] Fetching org.mortbay.jetty.server_6.1.23.v201012071420.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (544.81kB) [INFO] Fetching org.mortbay.jetty.server_6.1.23.v201012071420.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (544.81kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.79kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.79kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.300.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.84kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.300.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.84kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.200.v20100503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (6.87kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.200.v20100503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (6.87kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (26.69kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (26.69kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.300.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.37kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.300.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.37kB) [INFO] Fetching org.sat4j.core_2.3.0.v20110329.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (205.76kB) [INFO] Fetching org.sat4j.core_2.3.0.v20110329.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (205.76kB) [INFO] Fetching org.sat4j.pb_2.3.0.v20110329.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (137.43kB) [INFO] Fetching org.sat4j.pb_2.3.0.v20110329.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (137.43kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.0.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.47kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.0.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.47kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.74kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.74kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.1.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (39.56kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.1.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (39.56kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.0.300.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (20.17kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.0.300.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (20.17kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.58kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.58kB) [INFO] Fetching org.eclipse.equinox.p2.ql_2.0.100.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (5.56kB) [INFO] Fetching org.eclipse.equinox.p2.ql_2.0.100.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (5.56kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.0.0.v20111128-0624.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.99kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.0.0.v20111128-0624.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.99kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (28.36kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.0.1.v20110906-1605-8290FZ9FVKHVRKtmx3fpNuo02129.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (28.36kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20111126-0153.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.58kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20111126-0153.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.58kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20111126-0153.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (46.23kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20111126-0153.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (46.23kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.director.app,1.0.300.v20111126-0153 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.director.app,1.0.300.v20111126-0153 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.director.app,1.0.300.v20111126-0153.: [WARNING] File has invalid content:/tmp/signatureFile8100742922020529571.jar: [WARNING] Invalid content:ant_tasks/director-ant.jar [INFO] Fetching org.eclipse.equinox.p2.publisher_1.2.0.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (38.69kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.2.0.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (38.69kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (83.84kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (83.84kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (193.65kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110815-1438.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (193.65kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.0.0.v20110815-1438 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.0.0.v20110815-1438 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.0.0.v20110815-1438.: [WARNING] File has invalid content:/tmp/signatureFile619803350439152544.jar: [WARNING] Invalid content:pdepublishing.jar [WARNING] Invalid content:ant_tasks/pdepublishing-ant.jar [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.24kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.24kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (14.98kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (14.98kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.100.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (24.4kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.100.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (24.4kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.0.100.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (84.84kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.0.100.v20110815-1438.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (84.84kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.0.100.v20110815-1438.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (227.23kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.0.100.v20110815-1438.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (227.23kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.0.100.v20110815-1438 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.0.100.v20110815-1438 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.0.100.v20110815-1438.: [WARNING] File has invalid content:/tmp/signatureFile4472282826338577342.jar: [WARNING] Invalid content:lib/repository-tools-ant.jar [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (27.96kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.0.1.v20110906-1605-7A4FD4DiVOMap8cHSc6vPuny4gqO.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (27.96kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.0.v20101004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (74.63kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.0.v20101004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (74.63kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.1.1.v20120113-1346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (166.15kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.1.1.v20120113-1346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (166.15kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.100.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (23.39kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.100.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (23.39kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.200.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (8.84kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.200.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (8.84kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.200.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.16kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.200.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.16kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (27.89kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.0.1.v20110906-1605-782EqBqNKGVkiV-PUsgz-uny4gqO.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (27.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.0.1.R37x_v20111103.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (39.09kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.0.1.R37x_v20111103.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (39.09kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.300.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.76kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.300.v20110815-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.76kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (27.93kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.1.2.R37x_v20110815-1155-6-Bk8pYWZz0qUTX5I15GZWwbXkrl.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (27.93kB) [INFO] Fetching org.eclipse.help.appserver_3.1.400.v20110425.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (10.09kB) [INFO] Fetching org.eclipse.help.appserver_3.1.400.v20110425.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (10.09kB) [INFO] Fetching org.eclipse.help.base_3.6.2.v201202080800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (146.34kB) [INFO] Fetching org.eclipse.help.base_3.6.2.v201202080800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (146.34kB) [INFO] Fetching org.eclipse.help.base_3.6.2.v201202080800.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (404.46kB) [INFO] Fetching org.eclipse.help.base_3.6.2.v201202080800.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (404.46kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.help.base,3.6.2.v201202080800 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.help.base,3.6.2.v201202080800 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.help.base,3.6.2.v201202080800.: [WARNING] File has invalid content:/tmp/signatureFile5703849289400126157.jar: [WARNING] Invalid content:ant_tasks/helpbase-ant.jar [INFO] Fetching org.eclipse.help.ui_3.5.101.r37_20110819.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (142.77kB) [INFO] Fetching org.eclipse.help.ui_3.5.101.r37_20110819.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (142.77kB) [INFO] Fetching org.eclipse.help.webapp_3.6.1.r37_20110929.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (223.71kB) [INFO] Fetching org.eclipse.help.webapp_3.6.1.r37_20110929.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (223.71kB) [INFO] Fetching org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (28.03kB) [INFO] Fetching org.eclipse.help_1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (28.03kB) [INFO] Fetching org.eclipse.team.core_3.6.0.I20110525-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (109.08kB) [INFO] Fetching org.eclipse.team.core_3.6.0.I20110525-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (109.08kB) [INFO] Fetching org.eclipse.jsch.core_1.1.300.I20110514-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (16.36kB) [INFO] Fetching org.eclipse.jsch.core_1.1.300.I20110514-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (16.36kB) [INFO] Fetching com.jcraft.jsch_0.1.44.v201101211721.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (194.46kB) [INFO] Fetching com.jcraft.jsch_0.1.44.v201101211721.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (194.46kB) [INFO] Fetching org.eclipse.jsch.ui_1.1.300.R37x_v20111201-1600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (31.23kB) [INFO] Fetching org.eclipse.jsch.ui_1.1.300.R37x_v20111201-1600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (31.23kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.5.201.r372_v20111101-0700.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (91.87kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.5.201.r372_v20111101-0700.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (91.87kB) [INFO] Fetching org.eclipse.ui.navigator_3.5.101.v20120106-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (108.62kB) [INFO] Fetching org.eclipse.ui.navigator_3.5.101.v20120106-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (108.62kB) [INFO] Fetching org.eclipse.team.ui_3.6.101.R37x_v20111109-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (404.42kB) [INFO] Fetching org.eclipse.team.ui_3.6.101.R37x_v20111109-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (404.42kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.6.0.v20110928-1453.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (142.64kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.6.0.v20110928-1453.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (142.64kB) [INFO] Fetching org.eclipse.osgi.util_3.2.200.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.94kB) [INFO] Fetching org.eclipse.osgi.util_3.2.200.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.94kB) [INFO] Fetching org.eclipse.ui.intro_3.4.100.v20110425.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (111.45kB) [INFO] Fetching org.eclipse.ui.intro_3.4.100.v20110425.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (111.45kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.4.100.v20110425.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.4.100.v20110425.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (107.38kB) [INFO] Fetching org.eclipse.platform_3.7.2.v201202080800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (309.57kB) [INFO] Fetching org.eclipse.platform_3.7.2.v201202080800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (309.57kB) [INFO] Fetching org.eclipse.platform_3.7.2.v201202080800.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (330.35kB) [INFO] Fetching org.eclipse.platform_3.7.2.v201202080800.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (330.35kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.platform,3.7.2.v201202080800 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.platform,3.7.2.v201202080800 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.platform,3.7.2.v201202080800.: [WARNING] File has invalid content:/tmp/signatureFile121816924479064664.jar: [WARNING] Invalid content:platform.jar [INFO] Fetching org.eclipse.platform.doc.user_3.7.1.r372_v20111202.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (6.27MB) [INFO] Fetching org.eclipse.platform.doc.user_3.7.1.r372_v20111202.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (6.27MB) [INFO] Fetching org.eclipse.core.boot_3.1.200.v20100505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (5.06kB) [INFO] Fetching org.eclipse.core.boot_3.1.200.v20100505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (5.06kB) [INFO] Fetching org.eclipse.ui.presentations.r21_3.2.200.I20100517-1500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (36.49kB) [INFO] Fetching org.eclipse.ui.presentations.r21_3.2.200.I20100517-1500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (36.49kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.2.500.v20110510.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.35MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.2.500.v20110510.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.35MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.2.500.v20110510.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.56MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.2.500.v20110510.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.56MB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ui.intro.universal,3.2.500.v20110510 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.ui.intro.universal,3.2.500.v20110510 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.ui.intro.universal,3.2.500.v20110510.: [WARNING] File has invalid content:/tmp/signatureFile1159122835460363199.jar: [WARNING] Invalid content:universal.jar [INFO] Fetching org.eclipse.update.core_3.2.500.v20110330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (187.14kB) [INFO] Fetching org.eclipse.update.core_3.2.500.v20110330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (187.14kB) [INFO] Fetching org.eclipse.update.scheduler_3.2.300.v20100512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.8kB) [INFO] Fetching org.eclipse.update.scheduler_3.2.300.v20100512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.8kB) [INFO] Fetching org.eclipse.update.ui_3.2.300.v20100512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (187.68kB) [INFO] Fetching org.eclipse.update.ui_3.2.300.v20100512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (187.68kB) [INFO] Fetching org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (10.81kB) [INFO] Fetching org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (10.81kB) [INFO] Fetching org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.56kB) [INFO] Fetching org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600.jar from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.56kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ui.workbench.compatibility,3.2.100.I20110413-1600 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.ui.workbench.compatibility,3.2.100.I20110413-1600 from repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.ui.workbench.compatibility,3.2.100.I20110413-1600.: [WARNING] File has invalid content:/tmp/signatureFile6305606947751159361.jar: [WARNING] Invalid content:compatibility.jar [INFO] Fetching org.eclipse.update.core.win32_3.2.200.v20100512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (83.3kB) [INFO] Fetching org.eclipse.update.core.win32_3.2.200.v20100512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (83.3kB) [INFO] Fetching org.eclipse.search_3.7.0.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (144.11kB) [INFO] Fetching org.eclipse.search_3.7.0.v20110928-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (144.11kB) [INFO] Fetching org.eclipse.ui.browser_3.3.101.v20111019-1723.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (71.86kB) [INFO] Fetching org.eclipse.ui.browser_3.3.101.v20111019-1723.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (71.86kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.4.300.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (40.27kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.4.300.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (40.27kB) [INFO] Fetching org.eclipse.ui.net_1.2.100.v20111208-1155.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.64kB) [INFO] Fetching org.eclipse.ui.net_1.2.100.v20111208-1155.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.64kB) [INFO] Fetching org.eclipse.ui.externaltools_3.2.0.v20111007_r372.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (52.06kB) [INFO] Fetching org.eclipse.ui.externaltools_3.2.0.v20111007_r372.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (52.06kB) [INFO] Fetching org.eclipse.ui.win32_3.2.200.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.19kB) [INFO] Fetching org.eclipse.ui.win32_3.2.200.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.19kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.5.200.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (33.63kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.5.200.v20110928-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (33.63kB) [INFO] Fetching org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (29.28kB) [INFO] Fetching org.eclipse.platform_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (29.28kB) [INFO] Fetching org.eclipse.platform_root_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/binary/ (42.81kB) [INFO] Fetching org.eclipse.platform_root_3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/binary/ (42.81kB) [INFO] Fetching org.eclipse.rcp_3.7.2.v201202080800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.11kB) [INFO] Fetching org.eclipse.rcp_3.7.2.v201202080800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.11kB) [INFO] Fetching org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (28.75kB) [INFO] Fetching org.eclipse.rcp_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/features/ (28.75kB) [INFO] Fetching org.eclipse.rcp_root_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272 from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/binary/ (42.81kB) [INFO] Fetching org.eclipse.rcp_root_3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272 from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/binary/ (42.81kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.0.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (7.94kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.0.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (7.94kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.1.0.I20110331-0827.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.97kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.1.0.I20110331-0827.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.97kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (75.37kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (75.37kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.0.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.16kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.0.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.16kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.101.v20120109-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.54kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.101.v20120109-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.54kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.100.100.v20100503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.53kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.100.100.v20100503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (11.53kB) [INFO] Fetching org.eclipse.ui.cocoa_1.1.0.I20101109-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.17kB) [INFO] Fetching org.eclipse.ui.cocoa_1.1.0.I20101109-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (13.17kB) [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.tests/target/surefire.properties] Running org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s - in org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests testWritePlainFile(org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests) Time elapsed: 0.256 s Running org.eclipse.rcptt.core.tests.model.DeltaTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.461 s - in org.eclipse.rcptt.core.tests.model.DeltaTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.205 s testDeleteTestcase(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 0.959 s testNewFolderAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.054 s testElementRename(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.11 s Running org.eclipse.rcptt.core.tests.model.ModelMembersTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.rcptt.core.tests.model.ModelMembersTests testElementExistance(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.16 s testFindContext(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.001 s Running org.eclipse.rcptt.core.tests.model.WorkingCopyTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s - in org.eclipse.rcptt.core.tests.model.WorkingCopyTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.WorkingCopyTests) Time elapsed: 0.868 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter.test >----- [INFO] Building org.eclipse.rcptt.core.ecl.formatter.test 2.5.1-SNAPSHOT [98/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.formatter.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/surefire.properties] Running org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest testSmallIndent(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.009 s testBoolArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testEmpty(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s testNull(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s testSmallWrap(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s testBigWrap(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testPipeline(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testBigIndent(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testNoArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser.test >------ [INFO] Building org.eclipse.rcptt.core.ecl.parser.test 2.5.1-SNAPSHOT [99/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.parser.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.ecl.parser.test/target/surefire.properties] Running org.eclipse.rcptt.core.ecl.parser.test.ModelTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.rcptt.core.ecl.parser.test.ModelTest testSimpleProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.006 s testTwoProcs(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testOneParamProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testLocalBeforeLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testComplexProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testInLetArg(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testMaskParam(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testLetInProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testGlobal(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testLocalAfterLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testSimpleInsideLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.PathTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.rcptt.core.ecl.parser.test.PathTest testFindPipeArgName(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0 s testLast(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0 s testFindScriptArgName(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0 s testFindCommands(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0.001 s testFindLiteralArgName(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.ResolverTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.rcptt.core.ecl.parser.test.ResolverTest testParamAsArg(org.eclipse.rcptt.core.ecl.parser.test.ResolverTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.CompleterTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.rcptt.core.ecl.parser.test.CompleterTest testSingleCommandNoMatch(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.002 s testPrefixedFilteredArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testPrefixedArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testSingleDollar(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testArgProposalAfterDash(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testPrefixedArgProposalVar(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testDollarArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testCommentsProposals(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testMultiCommandMultiStringArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testPrefixedFilteredArgProposalArgNameNonLastLine(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testEmptyScript(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testSingleCommand(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testMultiCommandOneStringArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testArgNonLastLineProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.ParserTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.rcptt.core.ecl.parser.test.ParserTest testSimpleIdArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNamedArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testEmpty(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testStrangeCrash(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testPipeArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArgsCommand(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testArgLineBreak(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleNumArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleRefArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleStrArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testBoolArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testTwoNoArgsCommands(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSLComment(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0.001 s testScriptArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArg2Pipes(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testRealScript(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArgPipeline(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest Old Time - 39ms New Time - 28ms Scan Time - 11ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 s - in org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest test1(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.687 s testScanner(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.115 s Running org.eclipse.rcptt.core.ecl.parser.test.NewParserTest ----------- Identifier foo foo null ----------- Spacing null null ----------- Option -bar bar null ----------- Spacing null null ----------- Invalid - null Invalid option name. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.rcptt.core.ecl.parser.test.NewParserTest simpleCmd(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testCommentsBetweenArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s pipeWithArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simpleScriptArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simplePipe(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testSemicolon(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s mlc(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s compPipeArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simplePipeArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s differentArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s twoPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s namedArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s boolArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testCommentsBetweenPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s Results: Tests run: 65, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.test >----- [INFO] Building org.eclipse.rcptt.verifications.tree.test 2.5.1-SNAPSHOT [100/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.verifications.tree.test/target/surefire.properties] Running org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s - in org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest testAssertChildren(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.235 s testChildrenAllowedForUnexpanded(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.002 s testDescent(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.035 s testAllowUnmatched(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.002 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.core.search.test >-------- [INFO] Building org.eclipse.rcptt.core.search.test 2.5.1-SNAPSHOT [101/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.search.test --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.search.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.search.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.search.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.search.test --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.core.search.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/tests/org.eclipse.rcptt.core.search.test/target/surefire.properties] Running org.eclipse.rcptt.core.search.test.TagsContentAssistTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.rcptt.core.search.test.TagsContentAssistTest testTag1And(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.229 s testTag(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testEmpty(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testTag1(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag2(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testTagSpace(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1AndNot(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testTagWithOpenParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagWithCloseParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1Space(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----------------< org.eclipse.rcptt:core-repository >------------------ [INFO] Building core-repository 2.5.1-SNAPSHOT [102/102] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core-repository --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ core-repository --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ core-repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ core-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/repository/core/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ core-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ core-repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ core-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ core-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ core-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ core-repository --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202002041953.Default 1.0.0.9Z8g7OcLWVbhCkxHr-5XNJQ353 to org.eclipse.equinox.p2.iu; com.ibm.icu [56.1.0.v201601250100,56.1.0.v201601250100].; Unable to satisfy dependency from 202002041953.Default 1.0.0.9Z8g7OcLWVbhCkxHr-5XNJQ353 to org.eclipse.equinox.p2.iu; com.ibm.icu [4.4.2.v20110208,4.4.2.v20110208].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202002041953.Default 1.0.0.9Z8g7OcLWVbhCkxHr-5XNJQ353 to org.eclipse.equinox.p2.iu; com.ibm.icu [56.1.0.v201601250100,56.1.0.v201601250100].; Unable to satisfy dependency from 202002041953.Default 1.0.0.9Z8g7OcLWVbhCkxHr-5XNJQ353 to org.eclipse.equinox.p2.iu; com.ibm.icu [4.4.2.v20110208,4.4.2.v20110208].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202002041953.Default 1.0.0.9Z8g7OcLWVbhCkxHr-5XNJQ353 to org.eclipse.equinox.p2.iu; com.ibm.icu [56.1.0.v201601250100,56.1.0.v201601250100].; Unable to satisfy dependency from 202002041953.Default 1.0.0.9Z8g7OcLWVbhCkxHr-5XNJQ353 to org.eclipse.equinox.p2.iu; com.ibm.icu [4.4.2.v20110208,4.4.2.v20110208].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ core-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/core-repository-2.5.1-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ecl ................................................ SUCCESS [ 0.116 s] [INFO] ecl-plugins ........................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 7.606 s] [INFO] org.eclipse.rcptt.ecl.client.tcp ................... SUCCESS [ 0.476 s] [INFO] org.eclipse.rcptt.ecl.dispatch ..................... SUCCESS [ 0.409 s] [INFO] org.eclipse.rcptt.ecl.filesystem ................... SUCCESS [ 0.711 s] [INFO] core 2.5.1-SNAPSHOT ................................ SUCCESS [ 0.003 s] [INFO] rcptt.core ......................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.logging .......................... SUCCESS [ 0.390 s] [INFO] org.eclipse.rcptt.tesla.core.context ............... SUCCESS [ 0.222 s] [INFO] org.eclipse.rcptt.util ............................. SUCCESS [ 0.696 s] [INFO] org.eclipse.rcptt.tesla.core ....................... SUCCESS [ 5.793 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 2.892 s] [INFO] org.eclipse.rcptt.ecl.data ......................... SUCCESS [ 1.305 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi .............. SUCCESS [ 0.478 s] [INFO] org.eclipse.rcptt.ecl.parser ....................... SUCCESS [ 0.503 s] [INFO] org.eclipse.rcptt.ecl.debug.runtime ................ SUCCESS [ 0.726 s] [INFO] org.eclipse.rcptt.ecl.debug.core ................... SUCCESS [ 0.396 s] [INFO] org.eclipse.rcptt.ecl.debug.ui ..................... SUCCESS [ 0.407 s] [INFO] org.eclipse.rcptt.ecl.doc .......................... SUCCESS [ 0.379 s] [INFO] org.eclipse.rcptt.ecl.perf ......................... SUCCESS [ 0.418 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 0.882 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 0.611 s] [INFO] org.eclipse.rcptt.ecl.popup ........................ SUCCESS [ 0.289 s] [INFO] org.eclipse.rcptt.ecl.popup.ui ..................... SUCCESS [ 0.488 s] [INFO] org.eclipse.rcptt.ecl.server.tcp ................... SUCCESS [ 0.235 s] [INFO] org.eclipse.rcptt.ecl.server.tcp.ui ................ SUCCESS [ 0.373 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 0.238 s] [INFO] org.eclipse.rcptt.ecl.telnet.server ................ SUCCESS [ 0.356 s] [INFO] org.eclipse.rcptt.ecl.telnet.server.ui ............. SUCCESS [ 0.294 s] [INFO] org.eclipse.rcptt.ecl.operations ................... SUCCESS [ 0.930 s] [INFO] org.eclipse.rcptt.ecl.interop ...................... SUCCESS [ 0.473 s] [INFO] ecl-features ....................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 1.297 s] [INFO] org.eclipse.rcptt.ecl.ide .......................... SUCCESS [ 0.318 s] [INFO] org.eclipse.rcptt.ecl.server ....................... SUCCESS [ 0.210 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 0.396 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 0.198 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 0.204 s] [INFO] org.eclipse.rcptt.ecl.sdk .......................... SUCCESS [ 0.198 s] [INFO] org.eclipse.rcptt.ecl.server.ui .................... SUCCESS [ 0.096 s] [INFO] ecl-tests .......................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ecl.parser.test .................. SUCCESS [ 6.277 s] [INFO] org.eclipse.rcptt.ecl.operations.tests ............. SUCCESS [ 5.754 s] [INFO] org.eclipse.rcptt.ecl.data.tests ................... SUCCESS [ 6.468 s] [INFO] org.eclipse.rcptt.ecl.core.tests ................... SUCCESS [ 7.719 s] [INFO] org.eclipse.rcptt.ecl.client.tcp.tests ............. SUCCESS [ 6.084 s] [INFO] org.eclipse.rcptt.ecl.perf.tests ................... SUCCESS [ 5.421 s] [INFO] org.eclipse.rcptt.ecl.doc.tests .................... SUCCESS [ 4.474 s] [INFO] ecl-repository ..................................... SUCCESS [ 5.208 s] [INFO] watson ............................................. SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.watson.core ...................... SUCCESS [ 0.896 s] [INFO] org.eclipse.rcptt.watson.jobs ...................... SUCCESS [ 0.310 s] [INFO] org.eclipse.rcptt.watson ........................... SUCCESS [ 0.307 s] [INFO] org.eclipse.rcptt.watson.ui ........................ SUCCESS [ 0.468 s] [INFO] org.eclipse.rcptt.tesla.recording.core ............. SUCCESS [ 0.390 s] [INFO] org.eclipse.rcptt.tesla ............................ SUCCESS [ 0.324 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl ......... SUCCESS [ 0.477 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 0.309 s] [INFO] org.eclipse.rcptt.core.scenario .................... SUCCESS [ 0.508 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 1.710 s] [INFO] org.eclipse.rcptt.core.search ...................... SUCCESS [ 0.307 s] [INFO] org.eclipse.rcptt.reporting ........................ SUCCESS [ 0.494 s] [INFO] rcptt.core.verifications ........................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.verifications .................... SUCCESS [ 0.379 s] [INFO] org.eclipse.rcptt.core.ecl.core .................... SUCCESS [ 0.700 s] [INFO] org.eclipse.rcptt.core.ecl.scanner ................. SUCCESS [ 0.191 s] [INFO] org.eclipse.rcptt.core.ecl.parser .................. SUCCESS [ 0.515 s] [INFO] org.eclipse.rcptt.core.builder ..................... SUCCESS [ 0.417 s] [INFO] org.eclipse.rcptt.core.launching ................... SUCCESS [ 0.474 s] [INFO] rcptt.core.contexts ................................ SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ctx.debug ........................ SUCCESS [ 0.422 s] [INFO] org.eclipse.rcptt.ctx.group ........................ SUCCESS [ 0.307 s] [INFO] org.eclipse.rcptt.ctx.preferences .................. SUCCESS [ 0.374 s] [INFO] org.eclipse.rcptt.resources ........................ SUCCESS [ 0.590 s] [INFO] org.eclipse.rcptt.ctx.resources .................... SUCCESS [ 0.218 s] [INFO] org.eclipse.rcptt.ctx.script ....................... SUCCESS [ 0.401 s] [INFO] org.eclipse.rcptt.ctx.super ........................ SUCCESS [ 0.281 s] [INFO] org.eclipse.rcptt.ctx.capability ................... SUCCESS [ 1.405 s] [INFO] org.eclipse.rcptt.ctx.workbench .................... SUCCESS [ 1.056 s] [INFO] org.eclipse.rcptt.ctx.parameters ................... SUCCESS [ 0.360 s] [INFO] org.eclipse.rcptt.ctx.filesystem ................... SUCCESS [ 0.387 s] [INFO] org.eclipse.rcptt.ctx.extensions ................... SUCCESS [ 0.307 s] [INFO] org.eclipse.rcptt.verifications.time ............... SUCCESS [ 0.286 s] [INFO] org.eclipse.rcptt.verifications.text ............... SUCCESS [ 0.330 s] [INFO] org.eclipse.rcptt.verifications.log ................ SUCCESS [ 0.365 s] [INFO] org.eclipse.rcptt.verifications.tree ............... SUCCESS [ 0.511 s] [INFO] org.eclipse.rcptt.verifications.resources .......... SUCCESS [ 0.223 s] [INFO] org.eclipse.rcptt.util.resources ................... SUCCESS [ 0.194 s] [INFO] org.eclipse.rcptt.core.swt ......................... SUCCESS [ 0.290 s] [INFO] org.eclipse.rcptt.core.swt.win64 ................... SUCCESS [ 0.227 s] [INFO] org.eclipse.rcptt.core.ecl.formatter ............... SUCCESS [ 0.273 s] [INFO] org.eclipse.rcptt.core.ecl.highlighter ............. SUCCESS [ 0.206 s] [INFO] org.eclipse.rcptt.expandbar ........................ SUCCESS [ 0.377 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 2.054 s] [INFO] rcptt.core.tests ................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.core.tests ....................... SUCCESS [ 35.761 s] [INFO] org.eclipse.rcptt.core.ecl.formatter.test .......... SUCCESS [ 5.319 s] [INFO] org.eclipse.rcptt.core.ecl.parser.test ............. SUCCESS [ 6.582 s] [INFO] org.eclipse.rcptt.verifications.tree.test .......... SUCCESS [ 5.598 s] [INFO] org.eclipse.rcptt.core.search.test ................. SUCCESS [ 4.785 s] [INFO] core-repository 2.5.1-SNAPSHOT ..................... SUCCESS [ 7.061 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:36 min [INFO] Finished at: 2020-02-13T10:28:24Z [INFO] ------------------------------------------------------------------------ ======================Building Runtime 3x====================== OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/mojo/aspectj-maven-plugin/1.7/aspectj-maven-plugin-1.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/aspectj-maven-plugin/1.7/aspectj-maven-plugin-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/aspectj-maven-plugin/1.7/aspectj-maven-plugin-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/aspectj-maven-plugin/1.7/aspectj-maven-plugin-1.7.pom (18 kB at 98 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom (26 kB at 750 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 193 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/mojo/aspectj-maven-plugin/1.7/aspectj-maven-plugin-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/aspectj-maven-plugin/1.7/aspectj-maven-plugin-1.7.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/aspectj-maven-plugin/1.7/aspectj-maven-plugin-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/aspectj-maven-plugin/1.7/aspectj-maven-plugin-1.7.jar (57 kB at 234 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 282 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom (7.2 kB at 277 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar (27 kB at 1.0 MB/s) [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Adding repository http://download.eclipse.org/releases/indigo [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/pom.xml [INFO] Fetching org.aspectj.runtime_1.7.0.20120703164200.jar.pack.gz from http://download.eclipse.org/tools/ajdt/37/update/plugins/ (40.99kB) [INFO] Fetching org.aspectj.runtime_1.7.0.20120703164200.jar.pack.gz from http://download.eclipse.org/tools/ajdt/37/update/plugins/ (40.99kB) [INFO] Fetching org.aspectj.runtime_1.7.0.20120703164200.jar from http://download.eclipse.org/tools/ajdt/37/update/plugins/ (109.61kB) [INFO] Fetching org.aspectj.runtime_1.7.0.20120703164200.jar from http://download.eclipse.org/tools/ajdt/37/update/plugins/ (109.61kB) [WARNING] Some attempts to read artifact osgi.bundle,org.aspectj.runtime,1.7.0.20120703164200 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.aspectj.runtime,1.7.0.20120703164200 from repository http://download.eclipse.org/tools/ajdt/37/update: [WARNING] Problems downloading artifact: osgi.bundle,org.aspectj.runtime,1.7.0.20120703164200.: [WARNING] File has invalid content:/tmp/signatureFile754699152346549835.jar: [WARNING] Invalid content:aspectjrt.jar [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.forms.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.forms.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.forms.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/pom.xml [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/indigo/201202240900/aggregate/ [INFO] Fetching org.eclipse.emf.databinding_1.2.0.v20120130-0943.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (25.81kB) [INFO] Fetching org.eclipse.emf.databinding_1.2.0.v20120130-0943.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (25.81kB) [INFO] Fetching org.eclipse.gef_3.7.2.v20111106-2020.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (235.18kB) [INFO] Fetching org.eclipse.gef_3.7.2.v20111106-2020.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (235.18kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/pom.xml [INFO] Fetching org.eclipse.emf.ecore.edit_2.7.1.v20120130-0943.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (39.71kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.7.1.v20120130-0943.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (39.71kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.v20110823-1800.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (31.36kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.v20110823-1800.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (31.36kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.4.1.v20101119-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (36.78kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.4.1.v20101119-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (36.78kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.5.0.v20101221-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (72.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.5.0.v20101221-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (72.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.5.0.v20110607-1200.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (28.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.5.0.v20110607-1200.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (28.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.4.0.v20100430-1518.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (34.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.4.0.v20100430-1518.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (34.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.3.1.v20101118-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (27.49kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.3.1.v20101118-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (27.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.4.1.v20101221-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (39.23kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.4.1.v20101221-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (39.23kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.5.0.v20110309-2159.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (122.38kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.5.0.v20110309-2159.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (122.38kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.4.1.v20101222-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (37.55kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.4.1.v20101222-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (37.55kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.4.0.v20100423-2359.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (49.34kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.4.0.v20100423-2359.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (49.34kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.5.0.v20110309-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (315.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.5.0.v20110309-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (315.1kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.4.0.v20100423-2359.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (10.44kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.4.0.v20100423-2359.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (10.44kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.2.0.v20090403-1720.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (27.13kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.2.0.v20090403-1720.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (27.13kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.4.1.v20101222-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (32.16kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.4.1.v20101222-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (32.16kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.4.1.v20101119-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (15.85kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.4.1.v20101119-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (15.85kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.5.0.v20110505-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (100.06kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.5.0.v20110505-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (100.06kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.5.0.v20110529-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (39.04kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.5.0.v20110529-2230.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (39.04kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/pom.xml [INFO] Fetching R-3.7.2-201202080800&format=xml&protocol=http&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/eclipse/updates/3.7/ [INFO] Fetching org.eclipse.jdt.core_3.7.3.v20120119-1537.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.core_3.7.3.v20120119-1537.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (1.66MB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.runtime-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.runtime-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/pom.xml [INFO] Fetching org.eclipse.ui.views.log_1.0.200.v20110404.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (48.89kB) [INFO] Fetching org.eclipse.ui.views.log_1.0.200.v20110404.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (48.89kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-feature/pom.xml [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ [INFO] Fetching org.apache.poi_3.9.0.v201405241750.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (591.69kB) [INFO] Fetching org.apache.poi_3.9.0.v201405241750.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (591.69kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (91.48kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (91.48kB) [INFO] Fetching org.apache.poi.ooxml_3.9.0.v201405241905.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (345.56kB) [INFO] Fetching org.apache.poi.ooxml_3.9.0.v201405241905.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (345.56kB) [INFO] Fetching org.apache.poi.ooxml.schemas_3.9.0.v201405241750.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (1.3MB) [INFO] Fetching org.apache.poi.ooxml.schemas_3.9.0.v201405241750.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (1.3MB) [INFO] Fetching org.dom4j_1.6.1.v201312101416.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (99.04kB) [INFO] Fetching org.dom4j_1.6.1.v201312101416.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (99.04kB) [INFO] Fetching org.apache.xmlbeans_2.3.0.v201605172150.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (765.51kB) [INFO] Fetching org.apache.xmlbeans_2.3.0.v201605172150.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (765.51kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.e3x-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.e3x-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.e3x-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/e3x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/e3x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:e3x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/e3x/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runtime [pom] [INFO] rcptt.runtime [pom] [INFO] tesla [pom] [INFO] org.eclipse.rcptt.tesla.swt.fragment [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.am [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jobs.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.util.swt [eclipse-plugin] [INFO] rcptt.runtime.watson [pom] [INFO] org.eclipse.rcptt.watson.aspects.jobs [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.aspects.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.swt [eclipse-plugin] [INFO] ecl-tesla [pom] [INFO] org.eclipse.rcptt.tesla.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.forms.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.jface [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.canvas [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gef.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gmf.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jdt.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jdt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.fragment [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.draw2d [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.canvas [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.variables [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.properties.view [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.e3x [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.ecl.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.ecl.update-site [eclipse-update-site] [INFO] org.eclipse.rcptt.core.ecl.debug [eclipse-plugin] [INFO] rcptt.runtime.contexts [pom] [INFO] org.eclipse.rcptt.ctx.debug.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.aspect [eclipse-plugin] [INFO] rcptt.runtime.verifications [pom] [INFO] org.eclipse.rcptt.verifications.time.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar.runtime [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.runtime-updatesite [eclipse-repository] [INFO] rcptt.runtime.updates [pom] [INFO] org.eclipse.rcptt.updates.runtime [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.e3x [eclipse-feature] [INFO] rcptt.runtime.tests [pom] [INFO] e3x [eclipse-repository] [INFO] [INFO] ---------------------< org.eclipse.rcptt:runtime >---------------------- [INFO] Building runtime 2.5.1-SNAPSHOT [1/88] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] ------------------< org.eclipse.rcptt:rcptt.runtime >------------------- [INFO] Building rcptt.runtime 2.5.1-SNAPSHOT [2/88] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime --- [INFO] [INFO] -------------------< org.eclipse.rcptt.tesla:tesla >-------------------- [INFO] Building tesla 2.5.1-SNAPSHOT [3/88] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tesla --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment >---- [INFO] Building org.eclipse.rcptt.tesla.swt.fragment 2.5.1-SNAPSHOT [4/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.fragment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am >------- [INFO] Building org.eclipse.rcptt.tesla.core.am 2.5.1-SNAPSHOT [5/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.am --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.core.am --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects 2.5.1-SNAPSHOT [6/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.pom (1.0 kB at 37 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar (116 kB at 3.3 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 126 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 796 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/junit/junit/4.11/junit-4.11.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (2.3 kB at 90 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 31 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 76 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 27 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 63 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 89 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 632 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 66 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 151 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 82 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 94 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 134 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 344 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 266 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 637 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 155 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 726 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 66 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 72 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 245 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 100 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/3/apache-3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 143 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 34 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/1/apache-1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/1/apache-1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (3.4 kB at 155 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 608 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 877 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/4/apache-4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 195 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 250 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 219 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 174 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 129 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 70 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 106 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 239 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 48 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 131 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 83 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 85 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 55 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 79 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 45 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 314 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 103 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 334 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 338 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 265 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 414 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 6.1 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 460 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 188 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 373 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 103 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 60 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 402 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.3 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 124 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 1.0 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.3 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 93 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 139 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 65 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 95 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 123 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 105 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 70 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 88 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 28 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.1/maven-2.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (11 kB at 460 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 395 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 16 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 38 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 42 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 96 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 7.1 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 7.4 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 145 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 98 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 16 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/aspectj/aspectjtools/1.8.2/aspectjtools-1.8.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/aspectj/aspectjtools/1.8.2/aspectjtools-1.8.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.8.2/aspectjtools-1.8.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.8.2/aspectjtools-1.8.2.pom (1.0 kB at 44 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/aspectj/aspectjtools/1.8.2/aspectjtools-1.8.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/aspectj/aspectjtools/1.8.2/aspectjtools-1.8.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 4.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 84 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 108 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 95 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 257 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 135 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 177 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 997 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 834 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 47 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 115 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 19 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 32 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 39 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 918 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 154 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 153 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 312 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 2.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.8.2/aspectjtools-1.8.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 276 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 930 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 61 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 172 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.8.2/aspectjtools-1.8.2.jar (11 MB at 6.8 MB/s) [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects >---- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects 2.5.1-SNAPSHOT [7/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects >---- [INFO] Building org.eclipse.rcptt.tesla.jobs.aspects 2.5.1-SNAPSHOT [8/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jobs.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.util.swt >------------ [INFO] Building org.eclipse.rcptt.util.swt 2.5.1-SNAPSHOT [9/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.util.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.runtime.watson >--------------- [INFO] Building rcptt.runtime.watson 2.5.1-SNAPSHOT [10/88] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.watson --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs >------- [INFO] Building org.eclipse.rcptt.watson.aspects.jobs 2.5.1-SNAPSHOT [11/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt >------- [INFO] Building org.eclipse.rcptt.watson.aspects.swt 2.5.1-SNAPSHOT [12/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt >--------- [INFO] Building org.eclipse.rcptt.tesla.swt 2.5.1-SNAPSHOT [13/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.forms 2.5.1-SNAPSHOT [14/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface 2.5.1-SNAPSHOT [15/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.swt 2.5.1-SNAPSHOT [16/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench 2.5.1-SNAPSHOT [17/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt >---- [INFO] Building org.eclipse.rcptt.tesla.recording.swt 2.5.1-SNAPSHOT [18/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] ---------------< org.eclipse.rcptt.tesla.ecl:ecl-tesla >---------------- [INFO] Building ecl-tesla 2.5.1-SNAPSHOT [19/88] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tesla --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.impl 2.5.1-SNAPSHOT [20/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects >--- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.aspects 2.5.1-SNAPSHOT [21/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui >----------- [INFO] Building org.eclipse.rcptt.runtime.ui 2.5.1-SNAPSHOT [22/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runtime.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.runtime.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.forms.impl >----------- [INFO] Building org.eclipse.rcptt.forms.impl 2.5.1-SNAPSHOT [23/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.forms.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.forms.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.forms.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.forms.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.forms.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.resources.impl >--------- [INFO] Building org.eclipse.rcptt.resources.impl 2.5.1-SNAPSHOT [24/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.jface >---------- [INFO] Building org.eclipse.rcptt.watson.jface 2.5.1-SNAPSHOT [25/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.jface --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime >--------- [INFO] Building org.eclipse.rcptt.watson.runtime 2.5.1-SNAPSHOT [26/88] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.watson.runtime --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.watson.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas >------- [INFO] Building org.eclipse.rcptt.tesla.canvas 2.5.1-SNAPSHOT [27/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.canvas --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.canvas --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.gef.aspects 2.5.1-SNAPSHOT [28/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.gef.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef >--------- [INFO] Building org.eclipse.rcptt.tesla.gef 2.5.1-SNAPSHOT [29/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gef --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.gmf.aspects 2.5.1-SNAPSHOT [30/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.gmf.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf >--------- [INFO] Building org.eclipse.rcptt.tesla.gmf 2.5.1-SNAPSHOT [31/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gmf --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.jdt.aspects 2.5.1-SNAPSHOT [32/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jdt.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt >--------- [INFO] Building org.eclipse.rcptt.tesla.jdt 2.5.1-SNAPSHOT [33/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jdt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jdt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.text.reconciler.aspects 2.5.1-SNAPSHOT [34/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text >----- [INFO] Building org.eclipse.rcptt.tesla.jface.text 2.5.1-SNAPSHOT [35/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.text.aspects 2.5.1-SNAPSHOT [36/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.aspects 2.5.1-SNAPSHOT [37/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.observable.aspects 2.5.1-SNAPSHOT [38/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding 2.5.1-SNAPSHOT [39/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment >--- [INFO] Building org.eclipse.rcptt.tesla.jface.fragment 2.5.1-SNAPSHOT [40/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.fragment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.draw2d 2.5.1-SNAPSHOT [41/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.gef 2.5.1-SNAPSHOT [42/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.gmf 2.5.1-SNAPSHOT [43/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface.text 2.5.1-SNAPSHOT [44/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor 2.5.1-SNAPSHOT [45/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d >-- [INFO] Building org.eclipse.rcptt.tesla.recording.draw2d 2.5.1-SNAPSHOT [46/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.draw2d --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef >---- [INFO] Building org.eclipse.rcptt.tesla.recording.gef 2.5.1-SNAPSHOT [47/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf >---- [INFO] Building org.eclipse.rcptt.tesla.recording.gmf 2.5.1-SNAPSHOT [48/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas >-- [INFO] Building org.eclipse.rcptt.tesla.recording.canvas 2.5.1-SNAPSHOT [49/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.canvas --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text >-- [INFO] Building org.eclipse.rcptt.tesla.recording.jface.text 2.5.1-SNAPSHOT [50/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.texteditor 2.5.1-SNAPSHOT [51/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.recording.workbench.texteditor 2.5.1-SNAPSHOT [52/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide >------- [INFO] Building org.eclipse.rcptt.tesla.ui.ide 2.5.1-SNAPSHOT [53/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.texteditor.aspects 2.5.1-SNAPSHOT [54/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables >------ [INFO] Building org.eclipse.rcptt.tesla.variables 2.5.1-SNAPSHOT [55/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.variables --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.variables --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.variables --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view >--- [INFO] Building org.eclipse.rcptt.tesla.properties.view 2.5.1-SNAPSHOT [56/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.aspects 2.5.1-SNAPSHOT [57/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects/target/org.eclipse.rcptt.tesla.workbench.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.aspects --- [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x >------- [INFO] Building org.eclipse.rcptt.tesla.swt.e3x 2.5.1-SNAPSHOT [58/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.e3x --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.e3x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.e3x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.e3x --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.e3x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.e3x --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x/target/org.eclipse.rcptt.tesla.swt.e3x-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.e3x --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla.runtime >-- [INFO] Building org.eclipse.rcptt.tesla.runtime 2.5.1-SNAPSHOT [59/88] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.runtime --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.runtime-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.runtime 2.5.1-SNAPSHOT [60/88] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.update-site 2.5.1-SNAPSHOT [61/88] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site (default-update-site) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar, -configuration, /tmp/tycho-p2-runtime1269849336741243112.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.tesla.ecl.update-site, -artifactRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.tesla.ecl.update-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site.zip [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug >--------- [INFO] Building org.eclipse.rcptt.core.ecl.debug 2.5.1-SNAPSHOT [62/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.debug --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt.runtime.contexts >-------------- [INFO] Building rcptt.runtime.contexts 2.5.1-SNAPSHOT [63/88] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.contexts --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.debug.impl 2.5.1-SNAPSHOT [64/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.group.impl 2.5.1-SNAPSHOT [65/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.group.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects >----- [INFO] Building org.eclipse.rcptt.ctx.preferences.aspects 2.5.1-SNAPSHOT [66/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl >------ [INFO] Building org.eclipse.rcptt.ctx.preferences.impl 2.5.1-SNAPSHOT [67/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl >------- [INFO] Building org.eclipse.rcptt.ctx.parameters.impl 2.5.1-SNAPSHOT [68/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl >------- [INFO] Building org.eclipse.rcptt.ctx.filesystem.impl 2.5.1-SNAPSHOT [69/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl >------- [INFO] Building org.eclipse.rcptt.ctx.resources.impl 2.5.1-SNAPSHOT [70/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.script.impl 2.5.1-SNAPSHOT [71/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.script.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl >------- [INFO] Building org.eclipse.rcptt.ctx.workbench.impl 2.5.1-SNAPSHOT [72/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect >------ [INFO] Building org.eclipse.rcptt.ctx.workbench.aspect 2.5.1-SNAPSHOT [73/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.aspect --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] -----------< org.eclipse.rcptt:rcptt.runtime.verifications >------------ [INFO] Building rcptt.runtime.verifications 2.5.1-SNAPSHOT [74/88] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.verifications --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl >----- [INFO] Building org.eclipse.rcptt.verifications.time.impl 2.5.1-SNAPSHOT [75/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.time.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl >----- [INFO] Building org.eclipse.rcptt.verifications.text.impl 2.5.1-SNAPSHOT [76/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.text.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl >----- [INFO] Building org.eclipse.rcptt.verifications.log.impl 2.5.1-SNAPSHOT [77/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl >----- [INFO] Building org.eclipse.rcptt.verifications.tree.impl 2.5.1-SNAPSHOT [78/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl >-- [INFO] Building org.eclipse.rcptt.verifications.resources.impl 2.5.1-SNAPSHOT [79/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl >---- [INFO] Building org.eclipse.rcptt.ecl.data.apache.poi.impl 2.5.1-SNAPSHOT [80/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime >-------- [INFO] Building org.eclipse.rcptt.expandbar.runtime 2.5.1-SNAPSHOT [81/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.expandbar.runtime --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.runtime >-------- [INFO] Building org.eclipse.rcptt.runtime 2.5.1-SNAPSHOT [82/88] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite >------- [INFO] Building org.eclipse.rcptt.runtime-updatesite 2.5.1-SNAPSHOT [83/88] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/target/org.eclipse.rcptt.runtime-updatesite-2.5.1-SNAPSHOT.zip [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt.runtime.updates >--------------- [INFO] Building rcptt.runtime.updates 2.5.1-SNAPSHOT [84/88] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.updates --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime >--------- [INFO] Building org.eclipse.rcptt.updates.runtime 2.5.1-SNAPSHOT [85/88] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.runtime --- [INFO] The project's OSGi version is 2.5.1.202002131028 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ org.eclipse.rcptt.updates.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 135 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.runtime --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-artifacts) @ org.eclipse.rcptt.updates.runtime --- [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 128 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 506 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 93 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 86 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 377 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 142 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 103 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 78 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 380 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 986 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 308 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 63 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 151 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 445 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom (2.8 kB at 128 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 62 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom (3.7 kB at 169 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 179 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 150 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 576 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 911 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 138 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 192 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 736 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 134 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 842 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 6.9 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 243 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 57 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 67 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 316 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 232 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 97 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.3 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 35 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 94 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 330 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom (3.4 kB at 157 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom (9.5 kB at 414 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 146 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 137 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 846 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 79 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 117 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/junit/junit/4.11/junit-4.11.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 353 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 859 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 765 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 217 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 265 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 181 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 556 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 124 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 440 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar (11 kB at 115 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 277 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (99 kB at 659 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 390 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 24 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 718 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 65 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 kB at 182 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 233 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 711 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 173 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (245 kB at 925 kB/s) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime/target/org.eclipse.rcptt.updates.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.runtime --- [INFO] [INFO] ------< org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e3x >------ [INFO] Building org.eclipse.rcptt.updates.e3x 2.5.1-SNAPSHOT [86/88] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.updates.e3x --- [INFO] The project's OSGi version is 2.5.1.202002131028 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.e3x --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.updates.e3x --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.e3x-feature/target/org.eclipse.rcptt.updates.e3x-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.e3x --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.updates.e3x --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.runtime.tests >---------------- [INFO] Building rcptt.runtime.tests 2.5.1-SNAPSHOT [87/88] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.tests --- [INFO] [INFO] -----------------------< org.eclipse.rcptt:e3x >------------------------ [INFO] Building e3x 2.5.1-SNAPSHOT [88/88] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ e3x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ e3x --- [INFO] The project's OSGi version is 2.5.1.202002131028 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ e3x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ e3x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/repository/e3x/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ e3x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ e3x --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ e3x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ e3x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ e3x --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ e3x --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ e3x --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/e3x/target/e3x-2.5.1-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runtime 2.5.1-SNAPSHOT ............................. SUCCESS [ 0.171 s] [INFO] rcptt.runtime ...................................... SUCCESS [ 0.002 s] [INFO] tesla .............................................. SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment ............... SUCCESS [ 2.644 s] [INFO] org.eclipse.rcptt.tesla.core.am .................... SUCCESS [ 0.549 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects ................ SUCCESS [ 17.905 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects .............. SUCCESS [ 1.204 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects ............... SUCCESS [ 0.590 s] [INFO] org.eclipse.rcptt.util.swt ......................... SUCCESS [ 0.510 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs .............. SUCCESS [ 0.491 s] [INFO] org.eclipse.rcptt.watson.aspects.swt ............... SUCCESS [ 0.597 s] [INFO] org.eclipse.rcptt.tesla.swt ........................ SUCCESS [ 5.799 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms .... SUCCESS [ 0.616 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface .... SUCCESS [ 0.508 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt ...... SUCCESS [ 1.184 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench SUCCESS [ 0.707 s] [INFO] org.eclipse.rcptt.tesla.recording.swt .............. SUCCESS [ 1.612 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl ................... SUCCESS [ 1.403 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects ............. SUCCESS [ 0.667 s] [INFO] org.eclipse.rcptt.runtime.ui ....................... SUCCESS [ 0.608 s] [INFO] org.eclipse.rcptt.forms.impl ....................... SUCCESS [ 0.503 s] [INFO] org.eclipse.rcptt.resources.impl ................... SUCCESS [ 0.416 s] [INFO] org.eclipse.rcptt.watson.jface ..................... SUCCESS [ 0.301 s] [INFO] org.eclipse.rcptt.watson.runtime ................... SUCCESS [ 0.486 s] [INFO] org.eclipse.rcptt.tesla.canvas ..................... SUCCESS [ 0.313 s] [INFO] org.eclipse.rcptt.tesla.gef.aspects ................ SUCCESS [ 0.700 s] [INFO] org.eclipse.rcptt.tesla.gef ........................ SUCCESS [ 1.012 s] [INFO] org.eclipse.rcptt.tesla.gmf.aspects ................ SUCCESS [ 0.691 s] [INFO] org.eclipse.rcptt.tesla.gmf ........................ SUCCESS [ 0.518 s] [INFO] org.eclipse.rcptt.tesla.jdt.aspects ................ SUCCESS [ 0.481 s] [INFO] org.eclipse.rcptt.tesla.jdt ........................ SUCCESS [ 0.390 s] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects SUCCESS [ 0.514 s] [INFO] org.eclipse.rcptt.tesla.jface.text ................. SUCCESS [ 0.307 s] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects ......... SUCCESS [ 0.761 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects .. SUCCESS [ 1.566 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects SUCCESS [ 0.352 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding .......... SUCCESS [ 0.385 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment ............. SUCCESS [ 0.145 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d ... SUCCESS [ 0.456 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef ...... SUCCESS [ 0.819 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf ...... SUCCESS [ 0.682 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text SUCCESS [ 0.694 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor SUCCESS [ 0.607 s] [INFO] org.eclipse.rcptt.tesla.recording.draw2d ........... SUCCESS [ 0.329 s] [INFO] org.eclipse.rcptt.tesla.recording.gef .............. SUCCESS [ 0.689 s] [INFO] org.eclipse.rcptt.tesla.recording.gmf .............. SUCCESS [ 0.486 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas ........... SUCCESS [ 0.399 s] [INFO] org.eclipse.rcptt.tesla.recording.jface.text ....... SUCCESS [ 0.307 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor ....... SUCCESS [ 0.491 s] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor SUCCESS [ 0.412 s] [INFO] org.eclipse.rcptt.tesla.ui.ide ..................... SUCCESS [ 0.386 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects SUCCESS [ 0.595 s] [INFO] org.eclipse.rcptt.tesla.variables .................. SUCCESS [ 0.211 s] [INFO] org.eclipse.rcptt.tesla.properties.view ............ SUCCESS [ 0.317 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects .......... SUCCESS [ 0.674 s] [INFO] org.eclipse.rcptt.tesla.swt.e3x .................... SUCCESS [ 0.323 s] [INFO] org.eclipse.rcptt.tesla.runtime .................... SUCCESS [ 2.622 s] [INFO] org.eclipse.rcptt.tesla.ecl.runtime ................ SUCCESS [ 0.268 s] [INFO] org.eclipse.rcptt.tesla.ecl.update-site ............ SUCCESS [ 4.536 s] [INFO] org.eclipse.rcptt.core.ecl.debug ................... SUCCESS [ 0.383 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ctx.debug.impl ................... SUCCESS [ 0.499 s] [INFO] org.eclipse.rcptt.ctx.group.impl ................... SUCCESS [ 0.204 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects .......... SUCCESS [ 0.487 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl ............. SUCCESS [ 0.478 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl .............. SUCCESS [ 0.237 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl .............. SUCCESS [ 0.194 s] [INFO] org.eclipse.rcptt.ctx.resources.impl ............... SUCCESS [ 0.397 s] [INFO] org.eclipse.rcptt.ctx.script.impl .................. SUCCESS [ 0.370 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl ............... SUCCESS [ 0.402 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect ............. SUCCESS [ 0.437 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.058 s] [INFO] org.eclipse.rcptt.verifications.time.impl .......... SUCCESS [ 0.205 s] [INFO] org.eclipse.rcptt.verifications.text.impl .......... SUCCESS [ 0.318 s] [INFO] org.eclipse.rcptt.verifications.log.impl ........... SUCCESS [ 0.298 s] [INFO] org.eclipse.rcptt.verifications.tree.impl .......... SUCCESS [ 0.382 s] [INFO] org.eclipse.rcptt.verifications.resources.impl ..... SUCCESS [ 0.319 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl ......... SUCCESS [ 0.383 s] [INFO] org.eclipse.rcptt.expandbar.runtime ................ SUCCESS [ 0.419 s] [INFO] org.eclipse.rcptt.runtime .......................... SUCCESS [ 2.277 s] [INFO] org.eclipse.rcptt.runtime-updatesite ............... SUCCESS [ 11.106 s] [INFO] rcptt.runtime.updates .............................. SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.updates.runtime .................. SUCCESS [ 7.903 s] [INFO] org.eclipse.rcptt.updates.e3x ...................... SUCCESS [ 0.211 s] [INFO] rcptt.runtime.tests ................................ SUCCESS [ 0.002 s] [INFO] e3x 2.5.1-SNAPSHOT ................................. SUCCESS [ 2.074 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:51 min [INFO] Finished at: 2020-02-13T10:32:19Z [INFO] ------------------------------------------------------------------------ ======================Building Runtime 4x====================== OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 124 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 1.9 MB/s) [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ [INFO] Adding repository http://download.eclipse.org/releases/neon [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/ajdt/48/dev/update/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/ajdt/48/dev/update/ [INFO] Adding repository http://download.eclipse.org/tools/ajdt/48/dev/update [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/ajdt/48/dev/update/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/ajdt/48/dev/update/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/ (12.34kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/ (12.34kB) [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Adding repository http://download.eclipse.org/releases/indigo [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/pom.xml [INFO] Fetching 201705151400&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (347.67kB) [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (347.67kB) [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.43kB) [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.43kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.78kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.68kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.1kB) [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.37kB) [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.37kB) [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB) [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB) [INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB) [INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB) [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB) [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB) [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB) [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB) [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB) [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB) [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB) [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.76kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.76kB) [INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB) [INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB) [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB) [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB) [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB) [INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB) [INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB) [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB) [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB) [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB) [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB) [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB) [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB) [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB) [INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.22kB) [INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB) [INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB) [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB) [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB) [INFO] Fetching org.aspectj.runtime_1.9.2.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (137.88kB) [INFO] Fetching org.aspectj.runtime_1.9.2.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (137.88kB) [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB) [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.17MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.17MB) [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB) [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (961.03kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (961.03kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.forms.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.forms.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.forms.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/pom.xml [INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.57kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.57kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/pom.xml [INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB) [INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.22kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.22kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (168.83kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (168.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.14kB) [INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB) [INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB) [INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB) [INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.89kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.89kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.87kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.87kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.57kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.57kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.72kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.72kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (373.51kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (373.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.18kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.18kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.64kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.97kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.97kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.89kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.89kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.58kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.58kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.23kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.23kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.07kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.97kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.97kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/pom.xml [INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB) [INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/pom.xml [INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB) [INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB) [INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB) [INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla.e4x.features:org.eclipse.rcptt.tesla.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.e4x.features:org.eclipse.rcptt.tesla.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/pom.xml [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla.e4x.features:org.eclipse.rcptt.tesla.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/pom.xml [INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB) [INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB) [INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB) [INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/pom.xml [INFO] Fetching 201703141400&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ [INFO] Fetching com.google.guava_18.0.0.v20161115-1643.jar from http://download.eclipse.org/releases/neon/201703141400/plugins/ (2.28MB) [INFO] Fetching com.google.guava_18.0.0.v20161115-1643.jar from http://download.eclipse.org/releases/neon/201703141400/plugins/ (2.28MB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/pom.xml [INFO] Fetching org.eclipse.ui.views.log_1.2.1.v20160829-0826.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.39kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1.v20160829-0826.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.39kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.jface.aspects.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.jface.aspects.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/pom.xml [INFO] Fetching org.aspectj.weaver_1.9.2.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (1.93MB) [INFO] Fetching org.aspectj.weaver_1.9.2.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (1.93MB) [INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB) [INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB) [INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (21.68kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (21.68kB) [INFO] Fetching org.eclipse.equinox.weaving.aspectj_1.0.400.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (34.42kB) [INFO] Fetching org.eclipse.equinox.weaving.aspectj_1.0.400.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (34.42kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB) [INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB) [INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB) [INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB) [INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB) [INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.51kB) [INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.51kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.jface.aspects.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.aspects.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.aspects.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.aspects.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.test:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/e4x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:e4x:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/e4x/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runtime [pom] [INFO] rcptt.runtime [pom] [INFO] tesla [pom] [INFO] org.eclipse.rcptt.tesla.swt.fragment [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.am [eclipse-plugin] [INFO] org.eclipse.rcptt.util.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jobs.aspects [eclipse-plugin] [INFO] rcptt.runtime.watson [pom] [INFO] org.eclipse.rcptt.watson.aspects.jobs [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.aspects.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.swt [eclipse-plugin] [INFO] ecl-tesla [pom] [INFO] org.eclipse.rcptt.tesla.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.forms.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.jface [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.canvas [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gef.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gmf.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jdt.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jdt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.fragment [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.draw2d [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.canvas [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.variables [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.properties.view [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.e4x [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.e4x [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.ecl.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.ecl.update-site [eclipse-update-site] [INFO] org.eclipse.rcptt.core.ecl.debug [eclipse-plugin] [INFO] rcptt.runtime.contexts [pom] [INFO] org.eclipse.rcptt.ctx.debug.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.aspect [eclipse-plugin] [INFO] rcptt.runtime.verifications [pom] [INFO] org.eclipse.rcptt.verifications.time.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar.runtime [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.runtime-updatesite [eclipse-repository] [INFO] rcptt.runtime.updates [pom] [INFO] org.eclipse.rcptt.updates.runtime.e4x [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.e4x [eclipse-feature] [INFO] rcptt.runtime.tests [pom] [INFO] org.eclipse.rcptt.tesla.jface.aspects.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.tesla.swt.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.watson.test [eclipse-test-plugin] [INFO] e4x [eclipse-repository] [INFO] [INFO] ---------------------< org.eclipse.rcptt:runtime >---------------------- [INFO] Building runtime 2.5.1-SNAPSHOT [1/92] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] ------------------< org.eclipse.rcptt:rcptt.runtime >------------------- [INFO] Building rcptt.runtime 2.5.1-SNAPSHOT [2/92] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime --- [INFO] [INFO] -------------------< org.eclipse.rcptt.tesla:tesla >-------------------- [INFO] Building tesla 2.5.1-SNAPSHOT [3/92] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tesla --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment >---- [INFO] Building org.eclipse.rcptt.tesla.swt.fragment 2.5.1-SNAPSHOT [4/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.fragment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am >------- [INFO] Building org.eclipse.rcptt.tesla.core.am 2.5.1-SNAPSHOT [5/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.am --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.core.am --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.util.swt >------------ [INFO] Building org.eclipse.rcptt.util.swt 2.5.1-SNAPSHOT [6/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.swt --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.util.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects 2.5.1-SNAPSHOT [7/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects >---- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects 2.5.1-SNAPSHOT [8/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects >---- [INFO] Building org.eclipse.rcptt.tesla.jobs.aspects 2.5.1-SNAPSHOT [9/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jobs.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.runtime.watson >--------------- [INFO] Building rcptt.runtime.watson 2.5.1-SNAPSHOT [10/92] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.watson --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs >------- [INFO] Building org.eclipse.rcptt.watson.aspects.jobs 2.5.1-SNAPSHOT [11/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt >------- [INFO] Building org.eclipse.rcptt.watson.aspects.swt 2.5.1-SNAPSHOT [12/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt >--------- [INFO] Building org.eclipse.rcptt.tesla.swt 2.5.1-SNAPSHOT [13/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.forms 2.5.1-SNAPSHOT [14/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface 2.5.1-SNAPSHOT [15/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.swt 2.5.1-SNAPSHOT [16/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench 2.5.1-SNAPSHOT [17/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt >---- [INFO] Building org.eclipse.rcptt.tesla.recording.swt 2.5.1-SNAPSHOT [18/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] ---------------< org.eclipse.rcptt.tesla.ecl:ecl-tesla >---------------- [INFO] Building ecl-tesla 2.5.1-SNAPSHOT [19/92] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tesla --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.impl 2.5.1-SNAPSHOT [20/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects >--- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.aspects 2.5.1-SNAPSHOT [21/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui >----------- [INFO] Building org.eclipse.rcptt.runtime.ui 2.5.1-SNAPSHOT [22/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.ui --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runtime.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.runtime.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.forms.impl >----------- [INFO] Building org.eclipse.rcptt.forms.impl 2.5.1-SNAPSHOT [23/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.forms.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.forms.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.forms.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.forms.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.forms.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.forms.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.resources.impl >--------- [INFO] Building org.eclipse.rcptt.resources.impl 2.5.1-SNAPSHOT [24/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.jface >---------- [INFO] Building org.eclipse.rcptt.watson.jface 2.5.1-SNAPSHOT [25/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.jface --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.jface --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime >--------- [INFO] Building org.eclipse.rcptt.watson.runtime 2.5.1-SNAPSHOT [26/92] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.watson.runtime --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.watson.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas >------- [INFO] Building org.eclipse.rcptt.tesla.canvas 2.5.1-SNAPSHOT [27/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.canvas --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.canvas --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.gef.aspects 2.5.1-SNAPSHOT [28/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.gef.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef >--------- [INFO] Building org.eclipse.rcptt.tesla.gef 2.5.1-SNAPSHOT [29/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gef --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gef --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.gmf.aspects 2.5.1-SNAPSHOT [30/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.gmf.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf >--------- [INFO] Building org.eclipse.rcptt.tesla.gmf 2.5.1-SNAPSHOT [31/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gmf --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.jdt.aspects 2.5.1-SNAPSHOT [32/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jdt.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt >--------- [INFO] Building org.eclipse.rcptt.tesla.jdt 2.5.1-SNAPSHOT [33/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jdt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jdt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.text.reconciler.aspects 2.5.1-SNAPSHOT [34/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text >----- [INFO] Building org.eclipse.rcptt.tesla.jface.text 2.5.1-SNAPSHOT [35/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.text.aspects 2.5.1-SNAPSHOT [36/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.aspects 2.5.1-SNAPSHOT [37/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.observable.aspects 2.5.1-SNAPSHOT [38/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding 2.5.1-SNAPSHOT [39/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment >--- [INFO] Building org.eclipse.rcptt.tesla.jface.fragment 2.5.1-SNAPSHOT [40/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.fragment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.draw2d 2.5.1-SNAPSHOT [41/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.gef 2.5.1-SNAPSHOT [42/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.gmf 2.5.1-SNAPSHOT [43/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface.text 2.5.1-SNAPSHOT [44/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor 2.5.1-SNAPSHOT [45/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d >-- [INFO] Building org.eclipse.rcptt.tesla.recording.draw2d 2.5.1-SNAPSHOT [46/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.draw2d --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef >---- [INFO] Building org.eclipse.rcptt.tesla.recording.gef 2.5.1-SNAPSHOT [47/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf >---- [INFO] Building org.eclipse.rcptt.tesla.recording.gmf 2.5.1-SNAPSHOT [48/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas >-- [INFO] Building org.eclipse.rcptt.tesla.recording.canvas 2.5.1-SNAPSHOT [49/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.canvas --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text >-- [INFO] Building org.eclipse.rcptt.tesla.recording.jface.text 2.5.1-SNAPSHOT [50/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.texteditor 2.5.1-SNAPSHOT [51/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.recording.workbench.texteditor 2.5.1-SNAPSHOT [52/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide >------- [INFO] Building org.eclipse.rcptt.tesla.ui.ide 2.5.1-SNAPSHOT [53/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.texteditor.aspects 2.5.1-SNAPSHOT [54/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables >------ [INFO] Building org.eclipse.rcptt.tesla.variables 2.5.1-SNAPSHOT [55/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.variables --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.variables --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.variables --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.variables --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view >--- [INFO] Building org.eclipse.rcptt.tesla.properties.view 2.5.1-SNAPSHOT [56/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e4x >------- [INFO] Building org.eclipse.rcptt.tesla.swt.e4x 2.5.1-SNAPSHOT [57/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.e4x --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.e4x >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.aspects.e4x 2.5.1-SNAPSHOT [58/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.e4x.features:org.eclipse.rcptt.tesla.runtime >-- [INFO] Building org.eclipse.rcptt.tesla.runtime 2.5.1-SNAPSHOT [59/92] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.runtime --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.runtime 2.5.1-SNAPSHOT [60/92] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.update-site 2.5.1-SNAPSHOT [61/92] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site (default-update-site) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar, -configuration, /tmp/tycho-p2-runtime3774868268386076413.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.tesla.ecl.update-site, -artifactRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.tesla.ecl.update-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site.zip [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug >--------- [INFO] Building org.eclipse.rcptt.core.ecl.debug 2.5.1-SNAPSHOT [62/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.debug --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt.runtime.contexts >-------------- [INFO] Building rcptt.runtime.contexts 2.5.1-SNAPSHOT [63/92] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.contexts --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.debug.impl 2.5.1-SNAPSHOT [64/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.group.impl 2.5.1-SNAPSHOT [65/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.group.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects >----- [INFO] Building org.eclipse.rcptt.ctx.preferences.aspects 2.5.1-SNAPSHOT [66/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl >------ [INFO] Building org.eclipse.rcptt.ctx.preferences.impl 2.5.1-SNAPSHOT [67/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl >------- [INFO] Building org.eclipse.rcptt.ctx.parameters.impl 2.5.1-SNAPSHOT [68/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl >------- [INFO] Building org.eclipse.rcptt.ctx.filesystem.impl 2.5.1-SNAPSHOT [69/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl >------- [INFO] Building org.eclipse.rcptt.ctx.resources.impl 2.5.1-SNAPSHOT [70/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.script.impl 2.5.1-SNAPSHOT [71/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.script.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl >------- [INFO] Building org.eclipse.rcptt.ctx.workbench.impl 2.5.1-SNAPSHOT [72/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect >------ [INFO] Building org.eclipse.rcptt.ctx.workbench.aspect 2.5.1-SNAPSHOT [73/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.aspect --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] -----------< org.eclipse.rcptt:rcptt.runtime.verifications >------------ [INFO] Building rcptt.runtime.verifications 2.5.1-SNAPSHOT [74/92] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.verifications --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl >----- [INFO] Building org.eclipse.rcptt.verifications.time.impl 2.5.1-SNAPSHOT [75/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.time.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl >----- [INFO] Building org.eclipse.rcptt.verifications.text.impl 2.5.1-SNAPSHOT [76/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.text.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl >----- [INFO] Building org.eclipse.rcptt.verifications.log.impl 2.5.1-SNAPSHOT [77/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl >----- [INFO] Building org.eclipse.rcptt.verifications.tree.impl 2.5.1-SNAPSHOT [78/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl >-- [INFO] Building org.eclipse.rcptt.verifications.resources.impl 2.5.1-SNAPSHOT [79/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl >---- [INFO] Building org.eclipse.rcptt.ecl.data.apache.poi.impl 2.5.1-SNAPSHOT [80/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime >-------- [INFO] Building org.eclipse.rcptt.expandbar.runtime 2.5.1-SNAPSHOT [81/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.expandbar.runtime --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.runtime >-------- [INFO] Building org.eclipse.rcptt.runtime 2.5.1-SNAPSHOT [82/92] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite >------- [INFO] Building org.eclipse.rcptt.runtime-updatesite 2.5.1-SNAPSHOT [83/92] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.1.0.201510050740,2.1.0.201510050740].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.1.0.201512011236,2.1.0.201512011236].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.1.0.201604210752,2.1.0.201604210752].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.1.0.201605311902,2.1.0.201605311902].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.1.0.201510050740,2.1.0.201510050740].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.1.0.201512011236,2.1.0.201512011236].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.1.0.201604210752,2.1.0.201604210752].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.1.0.201605311902,2.1.0.201605311902].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.1.0.201510050740,2.1.0.201510050740].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.1.0.201512011236,2.1.0.201512011236].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.1.0.201604210752,2.1.0.201604210752].; Unable to satisfy dependency from 202002041953.Default 1.0.0.888w7KcLWVbh9F81FGssiHnad to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.1.0.201605311902,2.1.0.201605311902].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/target/org.eclipse.rcptt.runtime-updatesite-2.5.1-SNAPSHOT.zip [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt.runtime.updates >--------------- [INFO] Building rcptt.runtime.updates 2.5.1-SNAPSHOT [84/92] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.updates --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime.e4x >------- [INFO] Building org.eclipse.rcptt.updates.runtime.e4x 2.5.1-SNAPSHOT [85/92] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] The project's OSGi version is 2.5.1.202002131032 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (copy-resources) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 46 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 152 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 276 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 74 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 588 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 1.0 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 172 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 62 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 79 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 187 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 359 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 712 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 222 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 425 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 596 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 765 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 729 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 277 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 271 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 698 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 139 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 80 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 114 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 256 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 544 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 301 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 70 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 460 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 67 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 255 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 715 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 177 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 67 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 74 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 119 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 209 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 791 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 163 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 294 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 6.7 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 8.0 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 7.8 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 286 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 6.8 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 31 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 205 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 447 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 514 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/2/apache-2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/2/apache-2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom (3.4 kB at 162 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 6.9 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 140 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 138 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 425 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 201 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 889 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 189 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 548 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 652 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 2.2 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 87 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 195 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 232 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.6 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/17/apache-17.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 698 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 181 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 85 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 892 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 143 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 189 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 306 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 232 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 109 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 124 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 272 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 693 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 35 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 33 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 357 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 220 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 216 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 331 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 507 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 134 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 562 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 213 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 795 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.4 MB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 564 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 421 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 193 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 2.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 831 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 659 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 52 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 52 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 258 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 51 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 173 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 3.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 707 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 222 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 839 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 63 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 929 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 73 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 679 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 223 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 344 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 180 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 57 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 66 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 522 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 83 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 857 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 113 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 50 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 357 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 51 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 168 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 77 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 33 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 289 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 204 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 337 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 645 kB/s) [INFO] Unpacking /home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/target/org.eclipse.rcptt.runtime-updatesite-2.5.1-SNAPSHOT.zip to /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/q7 with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-artifacts) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] ------< org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e4x >------ [INFO] Building org.eclipse.rcptt.updates.e4x 2.5.1-SNAPSHOT [86/92] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.updates.e4x --- [INFO] The project's OSGi version is 2.5.1.202002131032 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.updates.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.runtime.tests >---------------- [INFO] Building rcptt.runtime.tests 2.5.1-SNAPSHOT [87/92] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.tests --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.jface.aspects.test >---- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects.test 2.5.1-SNAPSHOT [88/92] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.2.100.v20171221-2204/org.eclipse.equinox.weaving.hook-1.2.100.v20171221-2204.pom [WARNING] The POM for p2.osgi.bundle:org.eclipse.equinox.weaving.hook:jar:1.2.100.v20171221-2204 is missing, no dependency information available [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true -Dorg.aspectj.weaver.showWeaveInfo=true -Dorg.aspectj.osgi.verbose=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/surefire.properties] [org.eclipse.jface] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.swt] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.rcptt.tesla.swt.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect: org/eclipse/rcptt/tesla/swt/aspects/DisplayAspect.aj [org.eclipse.rcptt.tesla.jface.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect: org/eclipse/rcptt/tesla/swt/aspects/ImagesAspect.aj [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect: org/eclipse/rcptt/tesla/swt/aspects/EventFilterAspect.aj [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect: org/eclipse/rcptt/tesla/jface/ImageDescriptorAspect.aj [org.eclipse.rcptt.tesla.jface.aspects.test] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.jface.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect Running org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest compositeOverComposite(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.106 s getImageData(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.002 s Running org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest testBundleEntry(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testFileClass(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testAbsolutePath(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testBundleResource(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0.001 s testInvalid(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testPlatformPlugin(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.aspects.test >----- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects.test 2.5.1-SNAPSHOT [89/92] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true -Dorg.aspectj.weaver.showWeaveInfo=true -Dorg.aspectj.osgi.verbose=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/surefire.properties] [org.eclipse.jface] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.jface] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.swt] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.swt] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.rcptt.tesla.swt.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.swt.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect: org/eclipse/rcptt/tesla/swt/aspects/DisplayAspect.aj [org.eclipse.rcptt.tesla.jface.aspects] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.rcptt.tesla.jface.aspects] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect: org/eclipse/rcptt/tesla/swt/aspects/ImagesAspect.aj [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect: org/eclipse/rcptt/tesla/swt/aspects/EventFilterAspect.aj [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect: org/eclipse/rcptt/tesla/jface/ImageDescriptorAspect.aj [org.eclipse.rcptt.tesla.swt.aspects.test] info AspectJ Weaver Version 1.9.3.BUILD-SNAPSHOT built on Tuesday Feb 19, 2019 at 15:55:13 PST [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.CellEditorAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.jface.WindowAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DisplayAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.DNDAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.MenuAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.EventFilterAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.BrowserAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect [org.eclipse.rcptt.tesla.swt.aspects.test] info register aspect org.eclipse.rcptt.tesla.swt.aspects.ImagesAspect Running org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest createImage(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.168 s newImageFromImageData(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0 s newImageFromImageDataSourceAndImageDataMask(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.002 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.test >--------- [INFO] Building org.eclipse.rcptt.tesla.swt.test 2.5.1-SNAPSHOT [90/92] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true -Dorg.aspectj.weaver.showWeaveInfo=true -Dorg.aspectj.osgi.verbose=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/surefire.properties] Running org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 31.064 s - in org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest stepInSyncExec(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.299 s stepAfterDelay(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 2.204 s doNotStepTwice(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 2.096 s abortStepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 7.769 s waitSecondRunAfterReschedule(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) skipped stepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.183 s emptyWhenNoJobs(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.05 s stepRepeatedly(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 4.199 s respectStepModeTimeout(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 11.169 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.test >----------- [INFO] Building org.eclipse.rcptt.watson.test 2.5.1-SNAPSHOT [91/92] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.test --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.watson.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true -Dorg.aspectj.weaver.showWeaveInfo=true -Dorg.aspectj.osgi.verbose=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/runtime/tests/org.eclipse.rcptt.watson.test/target/surefire.properties] Running org.eclipse.rcptt.watson.test.ReportProviderManagerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.rcptt.watson.test.ReportProviderManagerTest statusStackTraceIsLogged(org.eclipse.rcptt.watson.test.ReportProviderManagerTest) Time elapsed: 0.09 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----------------------< org.eclipse.rcptt:e4x >------------------------ [INFO] Building e4x 2.5.1-SNAPSHOT [92/92] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ e4x --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ e4x --- [INFO] The project's OSGi version is 2.5.1.202002131032 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/repository/e4x/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ e4x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ e4x --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ e4x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ e4x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ e4x --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ e4x --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ e4x --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/e4x/target/e4x-2.5.1-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runtime 2.5.1-SNAPSHOT ............................. SUCCESS [ 0.128 s] [INFO] rcptt.runtime ...................................... SUCCESS [ 0.003 s] [INFO] tesla .............................................. SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment ............... SUCCESS [ 2.735 s] [INFO] org.eclipse.rcptt.tesla.core.am .................... SUCCESS [ 0.560 s] [INFO] org.eclipse.rcptt.util.swt ......................... SUCCESS [ 0.793 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects ................ SUCCESS [ 5.606 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects .............. SUCCESS [ 1.583 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects ............... SUCCESS [ 0.655 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.031 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs .............. SUCCESS [ 0.439 s] [INFO] org.eclipse.rcptt.watson.aspects.swt ............... SUCCESS [ 0.564 s] [INFO] org.eclipse.rcptt.tesla.swt ........................ SUCCESS [ 7.406 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms .... SUCCESS [ 0.609 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface .... SUCCESS [ 0.699 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt ...... SUCCESS [ 1.383 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench SUCCESS [ 0.803 s] [INFO] org.eclipse.rcptt.tesla.recording.swt .............. SUCCESS [ 1.720 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl ................... SUCCESS [ 1.493 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects ............. SUCCESS [ 0.887 s] [INFO] org.eclipse.rcptt.runtime.ui ....................... SUCCESS [ 0.744 s] [INFO] org.eclipse.rcptt.forms.impl ....................... SUCCESS [ 0.483 s] [INFO] org.eclipse.rcptt.resources.impl ................... SUCCESS [ 0.504 s] [INFO] org.eclipse.rcptt.watson.jface ..................... SUCCESS [ 0.373 s] [INFO] org.eclipse.rcptt.watson.runtime ................... SUCCESS [ 0.826 s] [INFO] org.eclipse.rcptt.tesla.canvas ..................... SUCCESS [ 0.475 s] [INFO] org.eclipse.rcptt.tesla.gef.aspects ................ SUCCESS [ 2.706 s] [INFO] org.eclipse.rcptt.tesla.gef ........................ SUCCESS [ 1.083 s] [INFO] org.eclipse.rcptt.tesla.gmf.aspects ................ SUCCESS [ 1.016 s] [INFO] org.eclipse.rcptt.tesla.gmf ........................ SUCCESS [ 0.785 s] [INFO] org.eclipse.rcptt.tesla.jdt.aspects ................ SUCCESS [ 0.516 s] [INFO] org.eclipse.rcptt.tesla.jdt ........................ SUCCESS [ 0.492 s] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects SUCCESS [ 0.501 s] [INFO] org.eclipse.rcptt.tesla.jface.text ................. SUCCESS [ 0.395 s] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects ......... SUCCESS [ 0.712 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects .. SUCCESS [ 0.545 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects SUCCESS [ 0.466 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding .......... SUCCESS [ 0.497 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment ............. SUCCESS [ 2.586 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d ... SUCCESS [ 0.514 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef ...... SUCCESS [ 1.180 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf ...... SUCCESS [ 1.019 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text SUCCESS [ 0.603 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor SUCCESS [ 2.607 s] [INFO] org.eclipse.rcptt.tesla.recording.draw2d ........... SUCCESS [ 0.487 s] [INFO] org.eclipse.rcptt.tesla.recording.gef .............. SUCCESS [ 2.583 s] [INFO] org.eclipse.rcptt.tesla.recording.gmf .............. SUCCESS [ 0.522 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas ........... SUCCESS [ 2.115 s] [INFO] org.eclipse.rcptt.tesla.recording.jface.text ....... SUCCESS [ 0.464 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor ....... SUCCESS [ 2.515 s] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor SUCCESS [ 0.503 s] [INFO] org.eclipse.rcptt.tesla.ui.ide ..................... SUCCESS [ 2.389 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects SUCCESS [ 0.712 s] [INFO] org.eclipse.rcptt.tesla.variables .................. SUCCESS [ 0.211 s] [INFO] org.eclipse.rcptt.tesla.properties.view ............ SUCCESS [ 2.270 s] [INFO] org.eclipse.rcptt.tesla.swt.e4x .................... SUCCESS [ 0.409 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.e4x ...... SUCCESS [ 3.019 s] [INFO] org.eclipse.rcptt.tesla.runtime .................... SUCCESS [ 4.476 s] [INFO] org.eclipse.rcptt.tesla.ecl.runtime ................ SUCCESS [ 2.700 s] [INFO] org.eclipse.rcptt.tesla.ecl.update-site ............ SUCCESS [ 3.750 s] [INFO] org.eclipse.rcptt.core.ecl.debug ................... SUCCESS [ 0.447 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ctx.debug.impl ................... SUCCESS [ 2.233 s] [INFO] org.eclipse.rcptt.ctx.group.impl ................... SUCCESS [ 0.269 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects .......... SUCCESS [ 2.323 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl ............. SUCCESS [ 0.567 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl .............. SUCCESS [ 0.214 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl .............. SUCCESS [ 1.995 s] [INFO] org.eclipse.rcptt.ctx.resources.impl ............... SUCCESS [ 0.429 s] [INFO] org.eclipse.rcptt.ctx.script.impl .................. SUCCESS [ 2.492 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl ............... SUCCESS [ 0.572 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect ............. SUCCESS [ 2.496 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.verifications.time.impl .......... SUCCESS [ 0.217 s] [INFO] org.eclipse.rcptt.verifications.text.impl .......... SUCCESS [ 0.408 s] [INFO] org.eclipse.rcptt.verifications.log.impl ........... SUCCESS [ 2.779 s] [INFO] org.eclipse.rcptt.verifications.tree.impl .......... SUCCESS [ 0.433 s] [INFO] org.eclipse.rcptt.verifications.resources.impl ..... SUCCESS [ 0.462 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl ......... SUCCESS [ 2.138 s] [INFO] org.eclipse.rcptt.expandbar.runtime ................ SUCCESS [ 0.562 s] [INFO] org.eclipse.rcptt.runtime .......................... SUCCESS [ 7.024 s] [INFO] org.eclipse.rcptt.runtime-updatesite ............... SUCCESS [ 29.941 s] [INFO] rcptt.runtime.updates .............................. SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.updates.runtime.e4x .............. SUCCESS [ 16.642 s] [INFO] org.eclipse.rcptt.updates.e4x ...................... SUCCESS [ 2.305 s] [INFO] rcptt.runtime.tests ................................ SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.test ......... SUCCESS [ 26.926 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.test ........... SUCCESS [ 24.603 s] [INFO] org.eclipse.rcptt.tesla.swt.test ................... SUCCESS [ 52.474 s] [INFO] org.eclipse.rcptt.watson.test ...................... SUCCESS [ 18.931 s] [INFO] e4x 2.5.1-SNAPSHOT ................................. SUCCESS [ 4.649 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:00 min [INFO] Finished at: 2020-02-13T10:41:23Z [INFO] ------------------------------------------------------------------------ ======================Building IDE and Modules====================== OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 19 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 94 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 91 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 181 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 851 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom (7.7 kB at 138 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar (31 kB at 1.0 MB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.pom [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.pom (2.9 kB at 102 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.jar (44 kB at 316 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.pom [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.pom (1.8 kB at 68 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.zip [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.zip [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.zip [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.zip [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar (512 kB at 2.7 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.zip (8.1 MB at 7.0 MB/s) [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates-feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/ [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.14milestones [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/ (465B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/ (465B) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/categories/ (1.46kB) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/categories/ (1.46kB) [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/ [INFO] Adding repository http://download.eclipse.org/releases/2019-12 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-12/ (482B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-12/ (482B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/201912181000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/201912181000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-12/201912181000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-12/201912181000/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/e3x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates-feature/pom.xml [INFO] Fetching S-4.14RC1-201911271800&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.14milestones/ [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (458.65kB) [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (458.65kB) [INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (42.96kB) [INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (42.96kB) [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (52.5kB) [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (52.5kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (41.62kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (41.62kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (54.22kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (54.22kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (76.89kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (76.89kB) [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (46.12kB) [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (46.12kB) [INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.74kB) [INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.74kB) [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (42.16kB) [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (42.16kB) [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (360.91kB) [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (360.91kB) [INFO] Fetching S-4.14RC2-201912041800&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.14milestones/ [INFO] Fetching org.eclipse.swt_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (16.04kB) [INFO] Fetching org.eclipse.swt_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (16.04kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (1.1MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (1.1MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (1,008.75kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (1,008.75kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (819.53kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (819.53kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/latest/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/latest/ [INFO] Adding repository http://download.eclipse.org/nebula/releases/latest [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/latest/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/latest/ [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/runtime/org.eclipse.rcptt.runtime-updatesite/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/pom.xml [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (114.83kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (114.83kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (485.42kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (485.42kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (84.22kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (84.22kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/pom.xml [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/plugins/ (83.5kB) [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/plugins/ (83.5kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.52kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (258.72kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (258.72kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.71kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (30.65kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (30.65kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (154.23kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (154.23kB) [INFO] Fetching 201912181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-12/ [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.86MB) [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.86MB) [INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (55.83kB) [INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (55.83kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (82.52kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (82.52kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.8kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.8kB) [INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (873.23kB) [INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (873.23kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (22.69kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (22.69kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (28.26kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (28.26kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.67kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.67kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.81kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.81kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (22.97kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (22.97kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (64.89kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (64.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (79.15kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (79.15kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.02kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.02kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.82kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.82kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.82kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.82kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (111.15kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (111.15kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.16kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.16kB) [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.7kB) [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.7kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.46kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (85.9kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (85.9kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (51.07kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (51.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (49.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (49.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (94.87kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (94.87kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (61.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (61.45kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (77.54kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (77.54kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.07kB) [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (125.97kB) [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (125.97kB) [INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (100.78kB) [INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (100.78kB) [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191203-1634.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (319.42kB) [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191203-1634.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (319.42kB) [INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.0.201912241810.jar from http://download.eclipse.org/nebula/releases/latest/plugins/ (231.11kB) [INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.0.201912241810.jar from http://download.eclipse.org/nebula/releases/latest/plugins/ (231.11kB) [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1,004.33kB) [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1,004.33kB) [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (364.34kB) [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (364.34kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (40.96kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (40.96kB) [INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (123.32kB) [INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (123.32kB) [INFO] Fetching org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (48.42kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/pom.xml [INFO] Fetching org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (18.05kB) [INFO] Fetching org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (18.05kB) [INFO] Fetching org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (125.76kB) [INFO] Fetching org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (125.76kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-runtime-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/runtime-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-runtime-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/runtime-site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-runtime-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/runtime-site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula.updates:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula.updates:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula.updates:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/features/org.eclipse.rcptt.module.nebula/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/features/org.eclipse.rcptt.module.nebula/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/features/org.eclipse.rcptt.module.nebula/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.launching:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.launching:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching-feature/pom.xml [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (79.97kB) [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (79.97kB) [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (743.15kB) [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (743.15kB) [INFO] Fetching org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (71.92kB) [INFO] Fetching org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (71.92kB) [INFO] Fetching org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.06kB) [INFO] Fetching org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.06kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (41.95kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (41.95kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.13kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (34.36kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (34.36kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (29.94kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (29.94kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (58.09kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (58.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (108.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (108.01kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.42kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (32.06kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (32.06kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (38.91kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (38.91kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (55.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (55.47kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (48.14kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (48.14kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (23.78kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (23.78kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (74.72kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (74.72kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (37.91kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (37.91kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (50.95kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (50.95kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.06kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.06kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (105.59kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (105.59kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.72kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.72kB) [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.58kB) [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.58kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (121.9kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (121.9kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (46.52kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (46.52kB) [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191203-2131.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (6.71MB) [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191203-2131.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (6.71MB) [INFO] Fetching org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (937.08kB) [INFO] Fetching org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (937.08kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (66.06kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (66.06kB) [INFO] Fetching org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (273.76kB) [INFO] Fetching org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (273.76kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (24.62kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (24.62kB) [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191011-0535.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (478.7kB) [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191011-0535.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (478.7kB) [INFO] Fetching org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (127.12kB) [INFO] Fetching org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (127.12kB) [INFO] Fetching org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (43.19kB) [INFO] Fetching org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (43.19kB) [INFO] Fetching org.eclipse.pde.core_3.13.200.v20191202-2135.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.200.v20191202-2135.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.launching_3.8.0.v20191112-0655.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (51.56kB) [INFO] Fetching org.eclipse.pde.launching_3.8.0.v20191112-0655.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (51.56kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (29.18kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (29.18kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.launching:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.ext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.ext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.ext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.injection:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.injection/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.injection:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.injection/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.injection:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.injection/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.launching.p2utils:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.p2utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.launching.p2utils:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.p2utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.launching.p2utils:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.p2utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.reporting.util:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.reporting.util:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.reporting.util:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.util/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.common:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.common:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.common:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.remote/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.remote/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.remote/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.html/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.html/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/pom.xml [INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (304.82kB) [INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (304.82kB) [INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (962.29kB) [INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (962.29kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (234.26kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (234.26kB) [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (204.63kB) [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (204.63kB) [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.77kB) [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.77kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (23.94kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (23.94kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (107.92kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (107.92kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (182.08kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (182.08kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (133.62kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (133.62kB) [INFO] Fetching org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (494.27kB) [INFO] Fetching org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (494.27kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (55.35kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (55.35kB) [INFO] Fetching S-4.14RC2a-201912100610&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.14milestones/ [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191209-1336.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (71.13kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191209-1336.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (71.13kB) [INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.45kB) [INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.45kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (634.79kB) [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (634.79kB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (23.9kB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (23.9kB) [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (170.56kB) [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (170.56kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20181102183712/repository/ [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (7.02kB) [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (7.02kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (32.1kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (32.1kB) [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (10.06kB) [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (10.06kB) [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (12.58kB) [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (12.58kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.19kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html.tests:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail/pom.xml [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (112.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (108.91kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (108.91kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (329.69kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (329.69kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.5MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.5MB) [INFO] Fetching org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1.01MB) [INFO] Fetching org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1.01MB) [INFO] Fetching org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (88.43kB) [INFO] Fetching org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (88.43kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (59.63kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (59.63kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (30.49kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (30.49kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl.impl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail.runtime:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/features/org.eclipse.rcptt.module.testrail/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/features/org.eclipse.rcptt.module.testrail/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/features/org.eclipse.rcptt.module.testrail/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-runtime-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/runtime-site/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-runtime-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/runtime-site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-runtime-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/runtime-site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail.updates:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail.updates:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail.updates:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/site/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/pom.xml [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (124.12kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (124.12kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.zephyr:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.zephyr:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.zephyr:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.zephyr-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/site/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/library_test_gulevich/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.zephyr-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.zephyr-site:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.dev.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.dev.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.dev.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.dev.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.dev.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.dev.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform-feature/pom.xml [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (2.83MB) [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (2.83MB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (82.7kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.57kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.57kB) [INFO] Fetching org.eclipse.ant.launching_1.2.700.v20191127-0426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (101.23kB) [INFO] Fetching org.eclipse.ant.launching_1.2.700.v20191127-0426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (101.23kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (20.74kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (20.74kB) [INFO] Fetching org.eclipse.ant.ui_3.7.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (492.54kB) [INFO] Fetching org.eclipse.ant.ui_3.7.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (492.54kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (66.04kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (66.04kB) [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191203-1301.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (3.9MB) [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191203-1301.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (3.9MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191130-0156.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191130-0156.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (236.16kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (236.16kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (96.95kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (96.95kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (108.84kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (108.84kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20190920-0412.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20190920-0412.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (74.26kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (74.26kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201812070911.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201812070911.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation_1.12.1.201812070911.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (21.67kB) [INFO] Fetching org.eclipse.emf.validation_1.12.1.201812070911.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (21.67kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (32kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (32kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (287.13kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (287.13kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (71.3kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (71.3kB) [INFO] Fetching org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (141.89kB) [INFO] Fetching org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (141.89kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (147.38kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (147.38kB) [INFO] Fetching org.eclipse.jdt_3.18.200.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (34.1kB) [INFO] Fetching org.eclipse.jdt_3.18.200.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (34.1kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.69kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.69kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.550.v20190919-0948.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (128.01kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.550.v20190919-0948.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (128.01kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (18.07kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (18.07kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.700.v20191001-0515.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (146.39kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.700.v20191001-0515.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (146.39kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.800.v20190919-0948.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (76.7kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.800.v20190919-0948.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (76.7kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.6kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.6kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191203-0859.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (485.06kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191203-0859.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (485.06kB) [INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (216.5kB) [INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (216.5kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.500.v20191204-0828.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (8.76MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.500.v20191204-0828.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (8.76MB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1100.v20191009-0503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.21kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1100.v20191009-0503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.21kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.700.v20191009-0503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.75kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.700.v20191009-0503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.75kB) [INFO] Fetching org.junit.jupiter.api_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (54.89kB) [INFO] Fetching org.junit.jupiter.api_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (54.89kB) [INFO] Fetching org.junit.jupiter.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (75.97kB) [INFO] Fetching org.junit.jupiter.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (75.97kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.51kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.51kB) [INFO] Fetching org.junit.jupiter.params_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (182.93kB) [INFO] Fetching org.junit.jupiter.params_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (182.93kB) [INFO] Fetching org.junit.platform.commons_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (48.76kB) [INFO] Fetching org.junit.platform.commons_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (48.76kB) [INFO] Fetching org.junit.platform.engine_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (57.05kB) [INFO] Fetching org.junit.platform.engine_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (57.05kB) [INFO] Fetching org.junit.platform.launcher_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.78kB) [INFO] Fetching org.junit.platform.launcher_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.78kB) [INFO] Fetching org.junit.platform.runner_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.08kB) [INFO] Fetching org.junit.platform.runner_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.08kB) [INFO] Fetching org.junit.platform.suite.api_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.89kB) [INFO] Fetching org.junit.platform.suite.api_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.89kB) [INFO] Fetching org.junit.vintage.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.98kB) [INFO] Fetching org.junit.vintage.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.98kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.79kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.79kB) [INFO] Fetching org.eclipse.jdt_3.18.200.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/features/ (19.69kB) [INFO] Fetching org.eclipse.jdt_3.18.200.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/features/ (19.69kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.5kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.5kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.1000.v20191113-1255.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (922.91kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.1000.v20191113-1255.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (922.91kB) [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (58.83kB) [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (58.83kB) [INFO] Fetching org.objectweb.asm.tree_7.2.0.v20191010-1910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (25.81kB) [INFO] Fetching org.objectweb.asm.tree_7.2.0.v20191010-1910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (25.81kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.65kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.65kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.900.v20191115-2141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (206.47kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.900.v20191115-2141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (206.47kB) [INFO] Fetching org.eclipse.pde.ui_3.11.200.v20191112-0626.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1.47MB) [INFO] Fetching org.eclipse.pde.ui_3.11.200.v20191112-0626.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1.47MB) [INFO] Fetching org.eclipse.ui.trace_1.1.700.v20191105-1619.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (26.3kB) [INFO] Fetching org.eclipse.ui.trace_1.1.700.v20191105-1619.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (26.3kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.600.v20191204-0828.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (6.71MB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.600.v20191204-0828.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (6.71MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.1.600.v20190929-1236.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (63.22kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.700.v20191011-0635.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (26.05kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.700.v20191011-0635.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (26.05kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.700.v20190807-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (80.05kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.700.v20190807-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (80.05kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.92kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.92kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.99kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.99kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.700.v20191107-0634.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (114.33kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.700.v20191107-0634.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (114.33kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.800.v20191003-1016.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (377.12kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.800.v20191003-1016.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (377.12kB) [INFO] Fetching org.eclipse.pde.ua.core_1.1.400.v20190929-1236.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.08kB) [INFO] Fetching org.eclipse.pde.ua.core_1.1.400.v20190929-1236.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.08kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.700.v20191011-0551.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (144.81kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.700.v20191011-0551.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (144.81kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.600.v20191107-0648.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (32.79kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.600.v20191107-0648.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (32.79kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.400.v20190709-0901.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (24.9kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.400.v20190709-0901.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (24.9kB) [INFO] Fetching org.eclipse.pde_3.13.800.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (46.75kB) [INFO] Fetching org.eclipse.pde_3.13.800.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (46.75kB) [INFO] Fetching org.eclipse.pde_3.14.200.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/features/ (19.45kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (50.28kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (50.28kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (84.58kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (84.58kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.400.v20190925-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.12kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.400.v20190925-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.12kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.400.v20190925-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.400.v20190925-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (29.2kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.help:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.help:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.help/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.help:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.help/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.ext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.ext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.ext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.remote.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.remote.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.remote.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.configuration:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.configuration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.configuration:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.configuration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.configuration:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.configuration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.expandbar.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.expandbar.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.ide:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.expandbar.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.resources.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.resources.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.platform:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.search:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.search:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.search/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.search:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.search/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.activities:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.activities/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.activities:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.activities/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.activities:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.activities/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.report:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.report/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.report:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.report/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.report:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.report/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing.ecl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.ecl:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing.ecl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.testing:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.testing:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.testing:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing-updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing-updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing-updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:full:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/full/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:full:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/full/pom.xml [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (107.05kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (107.05kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (62.49kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (62.49kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.35kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.35kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (60.2kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (60.2kB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1.28MB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1.28MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (328.72kB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (328.72kB) [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (57.94kB) [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (57.94kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.32kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (21.32kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (55.73kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (55.73kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.41kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.41kB) [INFO] Fetching org.apache.commons.compress_1.18.0.v20181121-2221.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (207.48kB) [INFO] Fetching org.apache.commons.compress_1.18.0.v20181121-2221.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (207.48kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (75.47kB) [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (51.54kB) [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (51.54kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (34.83kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (34.83kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.36kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.36kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (2.36MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (3.42MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (3.42MB) [INFO] Fetching org.apache.sshd.osgi_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (442.99kB) [INFO] Fetching org.apache.sshd.osgi_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (442.99kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (19.6kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (19.6kB) [INFO] Fetching org.apache.sshd.sftp_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (112.77kB) [INFO] Fetching org.apache.sshd.sftp_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (112.77kB) [INFO] Fetching org.bouncycastle.bcpg_1.64.0.v20191109-0815.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (93.57kB) [INFO] Fetching org.bouncycastle.bcpg_1.64.0.v20191109-0815.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (93.57kB) [INFO] Fetching org.bouncycastle.bcprov_1.64.0.v20191109-0815.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.33MB) [INFO] Fetching org.bouncycastle.bcprov_1.64.0.v20191109-0815.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.33MB) [INFO] Fetching org.bouncycastle.bcpkix_1.64.0.v20191109-0815.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (195.81kB) [INFO] Fetching org.bouncycastle.bcpkix_1.64.0.v20191109-0815.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (195.81kB) [INFO] Fetching org.eclipse.compare.win32_1.2.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (24.56kB) [INFO] Fetching org.eclipse.compare.win32_1.2.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (24.56kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (26.22kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (26.22kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (36.57kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (36.57kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.44kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (33.44kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (56.91kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (56.91kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (103.2kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (103.2kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (80.12kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (80.12kB) [INFO] Fetching org.eclipse.e4.rcp_4.14.0.v20191204-0601.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/features/ (20.81kB) [INFO] Fetching org.eclipse.e4.rcp_4.14.0.v20191204-0601.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/features/ (20.81kB) [INFO] Fetching org.eclipse.ecf_3.9.4.v20191020-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (48.09kB) [INFO] Fetching org.eclipse.ecf_3.9.4.v20191020-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (48.09kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.11kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.11kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.400.v20190621-0852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.23kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.400.v20190621-0852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.23kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.400.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (18.6kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.400.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (18.6kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.300.v20191012-1926.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.96kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.300.v20191012-1926.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.96kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (18.56kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (18.56kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (45.04kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (45.04kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.600.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (26.68kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.600.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (26.68kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.100.v20191012-1656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (35.63kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.100.v20191012-1656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (35.63kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.100.v20191024-1546.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (26.64kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.100.v20191024-1546.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (26.64kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.101.v20191012-1926.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.101.v20191012-1926.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (22.6kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (22.6kB) [INFO] Fetching org.eclipse.egit.core_5.6.0.201912101111-r.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (168.24kB) [INFO] Fetching org.eclipse.egit.core_5.6.0.201912101111-r.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (168.24kB) [INFO] Fetching org.eclipse.jgit_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (2.7MB) [INFO] Fetching org.eclipse.jgit_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (2.7MB) [INFO] Fetching org.eclipse.jgit.http.apache_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.35kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.35kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (156.58kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (156.58kB) [INFO] Fetching org.eclipse.jsch.core_1.3.700.v20190925-1021.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (20.78kB) [INFO] Fetching org.eclipse.jsch.core_1.3.700.v20190925-1021.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (20.78kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.700.v20191105-0922.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (34.58kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.700.v20191105-0922.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (34.58kB) [INFO] Fetching org.eclipse.egit.ui_5.6.0.201912101111-r.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.13MB) [INFO] Fetching org.eclipse.egit.ui_5.6.0.201912101111-r.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.13MB) [INFO] Fetching org.eclipse.egit_5.6.0.201912101111-r.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.56kB) [INFO] Fetching org.eclipse.egit_5.6.0.201912101111-r.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.56kB) [INFO] Fetching org.eclipse.egit.doc_5.6.0.201912101111-r.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (4.59MB) [INFO] Fetching org.eclipse.egit.doc_5.6.0.201912101111-r.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (4.59MB) [INFO] Fetching org.eclipse.egit_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.11kB) [INFO] Fetching org.eclipse.egit_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.600.v20191014-2025.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (247.68kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.600.v20191014-2025.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (247.68kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.600.v20191014-2025 from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/binary/ (150.98kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.600.v20191014-2025 from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/binary/ (150.98kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.300.v20191015-2006.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.29kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.300.v20191015-2006.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.29kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.300.v20191011-1612.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (76.5kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.300.v20191011-1612.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (76.5kB) [INFO] Fetching org.eclipse.jetty.http_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (219.72kB) [INFO] Fetching org.eclipse.jetty.http_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (219.72kB) [INFO] Fetching org.eclipse.jetty.server_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (691.08kB) [INFO] Fetching org.eclipse.jetty.server_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (691.08kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (139.05kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (139.05kB) [INFO] Fetching org.eclipse.jetty.util_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (571.31kB) [INFO] Fetching org.eclipse.jetty.util_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (571.31kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.71kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.71kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (8.71kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (8.71kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.99kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.99kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.400.v20191017-1917.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (35.24kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.400.v20191017-1917.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (35.24kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.300.v20191001-0955.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (22.34kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.300.v20191001-0955.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (22.34kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (37.04kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (37.04kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.400.v20191120-0247.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.64kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.400.v20191120-0247.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.64kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.400.v20191015-1945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.49kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.400.v20191015-1945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.49kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.02kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.02kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.04kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.300.v20191014-1907.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (76.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.300.v20191014-1907.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (76.19kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.400.v20191014-1907.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.03kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.400.v20191014-1907.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.03kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.300.v20191014-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.45kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.300.v20191014-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (17.45kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.200.v20191016-0510.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.54kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.200.v20191016-0510.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.54kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.600.v20191120-0247.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.11kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.600.v20191120-0247.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.11kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.500.v20191016-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (46.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.500.v20191016-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (46.81kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.200.v20190701-1309.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (10.91kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.200.v20190701-1309.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (10.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.500.v20191016-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.500.v20191016-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.600.v20191120-0247.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.03kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.600.v20191120-0247.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (19.03kB) [INFO] Fetching org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (97.35kB) [INFO] Fetching org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (97.35kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.400.v20191016-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (62.67kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.400.v20191016-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (62.67kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.64kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (44.64kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.600.v20191120-0247.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (18.9kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.600.v20191120-0247.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/features/ (18.9kB) [INFO] Fetching org.eclipse.help.base_4.2.800.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (175.92kB) [INFO] Fetching org.eclipse.help.base_4.2.800.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (175.92kB) [INFO] Fetching org.eclipse.help.ui_4.1.700.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (204.92kB) [INFO] Fetching org.eclipse.help.ui_4.1.700.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (204.92kB) [INFO] Fetching org.eclipse.help.webapp_3.9.700.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (284.94kB) [INFO] Fetching org.eclipse.help.webapp_3.9.700.v20191123-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (284.94kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.78kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (31.78kB) [INFO] Fetching org.eclipse.jetty.io_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (170.14kB) [INFO] Fetching org.eclipse.jetty.io_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (170.14kB) [INFO] Fetching org.eclipse.jetty.security_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (126.39kB) [INFO] Fetching org.eclipse.jetty.security_9.4.24.v20191120.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (126.39kB) [INFO] Fetching org.eclipse.help_2.3.0.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/features/ (19.52kB) [INFO] Fetching org.eclipse.help_2.3.0.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/features/ (19.52kB) [INFO] Fetching org.eclipse.jgit.archive_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (25.24kB) [INFO] Fetching org.eclipse.jgit.archive_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (25.24kB) [INFO] Fetching org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (15.49kB) [INFO] Fetching org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (15.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (129.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (129.49kB) [INFO] Fetching com.jcraft.jzlib_1.1.1.v201205102305.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (40.6kB) [INFO] Fetching com.jcraft.jzlib_1.1.1.v201205102305.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (40.6kB) [INFO] Fetching org.eclipse.jgit_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (14.63kB) [INFO] Fetching org.eclipse.jgit_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (14.63kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (14.45kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (14.45kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (14.44kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.6.0.201912101111-r.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (14.44kB) [INFO] Fetching org.eclipse.platform_4.14.0.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (406.11kB) [INFO] Fetching org.eclipse.platform_4.14.0.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (406.11kB) [INFO] Fetching org.eclipse.platform.doc.user_4.14.0.v20191204-0828.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (8.54MB) [INFO] Fetching org.eclipse.platform.doc.user_4.14.0.v20191204-0828.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/plugins/ (8.54MB) [INFO] Fetching org.eclipse.text.quicksearch_1.0.100.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (36.87kB) [INFO] Fetching org.eclipse.text.quicksearch_1.0.100.v20191122-2108.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (36.87kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.700.v20191025-0657.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.700.v20191025-0657.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.600.v20191106-1253.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.71kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.600.v20191106-1253.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (27.71kB) [INFO] Fetching org.eclipse.ui.net_1.3.600.v20190925-1021.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (20.41kB) [INFO] Fetching org.eclipse.ui.net_1.3.600.v20190925-1021.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (20.41kB) [INFO] Fetching org.eclipse.ui.win32_3.4.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.39kB) [INFO] Fetching org.eclipse.ui.win32_3.4.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (13.39kB) [INFO] Fetching org.eclipse.ui.themes_1.2.800.v20191127-1314.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (29.22kB) [INFO] Fetching org.eclipse.ui.themes_1.2.800.v20191127-1314.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (29.22kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.28kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (14.28kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.500.v20190925-1021.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.8kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.500.v20190925-1021.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (9.8kB) [INFO] Fetching org.eclipse.platform_4.14.0.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/features/ (20.44kB) [INFO] Fetching org.eclipse.platform_4.14.0.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/features/ (20.44kB) [INFO] Fetching org.eclipse.platform_root_4.14.0.v20191210-0610 from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/binary/ (196B) [INFO] Fetching org.eclipse.platform_root_4.14.0.v20191210-0610 from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/binary/ (196B) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (9.42kB) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191210-0610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/plugins/ (9.42kB) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/features/ (19.1kB) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/features/ (19.1kB) [INFO] Fetching org.eclipse.rcp_root_4.14.0.v20191210-0610 from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/binary/ (25.54kB) [INFO] Fetching org.eclipse.rcp_root_4.14.0.v20191210-0610 from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/binary/ (25.54kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (93.41kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (93.41kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (69.13kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (8kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.600.v20191014-2025 from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/binary/ (25.82kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (12.67kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (15.18kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (15.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.400.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.400.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (16.41kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (39.44kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (39.44kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.600.v20191014-2025 from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/binary/ (17.06kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.600.v20191014-2025 from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/binary/ (17.06kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (24.56kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (24.56kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/plugins/ (7.62kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:full:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/full/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ide [pom] [INFO] org.eclipse.rcptt.updates [eclipse-feature] [INFO] rcptt-module-nebula [pom] [INFO] org.eclipse.rcptt.tesla.nebula [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.nebula [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.module.nebula.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.module.nebula-runtime-site [eclipse-update-site] [INFO] org.eclipse.rcptt.module.nebula.updates [eclipse-plugin] [INFO] org.eclipse.rcptt.module.nebula [eclipse-feature] [INFO] org.eclipse.rcptt.module.nebula-site [eclipse-update-site] [INFO] rcptt.launching [pom] [INFO] org.eclipse.rcptt.reporting.util [eclipse-plugin] [INFO] org.eclipse.rcptt.launching [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.common [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.injection [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.p2utils [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.ext [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.remote [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.multiaut [eclipse-plugin] [INFO] org.eclipse.rcptt.reporting.html [eclipse-plugin] [INFO] org.eclipse.rcptt.launching [eclipse-feature] [INFO] launching.tests [pom] [INFO] org.eclipse.rcptt.launching.ext.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.launching.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.reporting.html.tests [eclipse-test-plugin] [INFO] rcptt-module-testrail [pom] [INFO] org.eclipse.rcptt.testrail.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail [eclipse-plugin] [INFO] rcptt.rcp [pom] [INFO] org.eclipse.rcptt.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.module.testrail.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.module.testrail-runtime-site [eclipse-update-site] [INFO] org.eclipse.rcptt.module.testrail.updates [eclipse-plugin] [INFO] org.eclipse.rcptt.module.testrail [eclipse-feature] [INFO] org.eclipse.rcptt.module.testrail-site [eclipse-update-site] [INFO] rcptt-module-zephyr [pom] [INFO] org.eclipse.rcptt.zephyr [eclipse-plugin] [INFO] org.eclipse.rcptt.zephyr.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.module.zephyr [eclipse-feature] [INFO] org.eclipse.rcptt.module.zephyr-site [eclipse-update-site] [INFO] org.eclipse.rcptt [eclipse-plugin] [INFO] org.eclipse.rcptt.dev.ui [eclipse-plugin] [INFO] q7.rcp.contexts [pom] [INFO] org.eclipse.rcptt.ctx.capability.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.debug.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.super.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar.ide [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.configuration [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.ext.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.multiaut.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.remote.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.platform [eclipse-plugin] [INFO] org.eclipse.rcptt.search [eclipse-plugin] [INFO] org.eclipse.rcptt.ui.activities [eclipse-plugin] [INFO] org.eclipse.rcptt.ui.report [eclipse-plugin] [INFO] rcptt.testing [pom] [INFO] org.eclipse.rcptt.testing.ecl [eclipse-plugin] [INFO] q7.rcp.verifications [pom] [INFO] org.eclipse.rcptt.verifications.time.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.platform [eclipse-feature] [INFO] org.eclipse.rcptt.help [eclipse-plugin] [INFO] org.eclipse.rcptt.testing [eclipse-feature] [INFO] org.eclipse.rcptt.testing.repository [eclipse-repository] [INFO] full [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:ide >------------------------ [INFO] Building ide 2.5.1-SNAPSHOT [1/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ide --- [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.updates >-------- [INFO] Building org.eclipse.rcptt.updates 2.5.1-SNAPSHOT [2/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.updates --- [INFO] The project's OSGi version is 2.5.1.202002131032 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.updates --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.updates --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-module-nebula >---------------- [INFO] Building rcptt-module-nebula 2.5.1-SNAPSHOT [3/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt-module-nebula --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula >---------- [INFO] Building org.eclipse.rcptt.tesla.nebula 2.5.1-SNAPSHOT [4/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl >-------- [INFO] Building org.eclipse.rcptt.tesla.nebula.ecl 2.5.1-SNAPSHOT [5/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.impl >-------- [INFO] Building org.eclipse.rcptt.tesla.nebula.impl 2.5.1-SNAPSHOT [6/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl.impl >------ [INFO] Building org.eclipse.rcptt.tesla.nebula.ecl.impl 2.5.1-SNAPSHOT [7/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula >----- [INFO] Building org.eclipse.rcptt.tesla.recording.nebula 2.5.1-SNAPSHOT [8/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.nebula --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] ---< org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula.ecl >--- [INFO] Building org.eclipse.rcptt.tesla.recording.nebula.ecl 2.5.1-SNAPSHOT [9/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula.runtime >-- [INFO] Building org.eclipse.rcptt.module.nebula.runtime 2.5.1-SNAPSHOT [10/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] ---< org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-runtime-site >--- [INFO] Building org.eclipse.rcptt.module.nebula-runtime-site 2.5.1-SNAPSHOT [11/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site (default-update-site) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar, -configuration, /tmp/tycho-p2-runtime1297506317088231064.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/runtime-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/runtime-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.nebula-runtime-site, -artifactRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/runtime-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.nebula-runtime-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/runtime-site/target/site.zip [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.module.nebula.updates >------ [INFO] Building org.eclipse.rcptt.module.nebula.updates 2.5.1-SNAPSHOT [12/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] -----< org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula >----- [INFO] Building org.eclipse.rcptt.module.nebula 2.5.1-SNAPSHOT [13/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.nebula --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.module.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-site >------- [INFO] Building org.eclipse.rcptt.module.nebula-site 2.5.1-SNAPSHOT [14/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.nebula-site --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site (default-update-site) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.nebula-site --- [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar, -configuration, /tmp/tycho-p2-runtime5935201752181049393.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.nebula-site, -artifactRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.nebula-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.nebula-site --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/site/target/site.zip [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt.launching >------------------ [INFO] Building rcptt.launching 2.5.1-SNAPSHOT [15/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.launching --- [INFO] [INFO] ------< org.eclipse.rcptt.cloud:org.eclipse.rcptt.reporting.util >------ [INFO] Building org.eclipse.rcptt.reporting.util 2.5.1-SNAPSHOT [16/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.util --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.reporting.util --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.util/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.util/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.util/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.util --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.launching >------------ [INFO] Building org.eclipse.rcptt.launching 2.5.1-SNAPSHOT [17/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.common >-------- [INFO] Building org.eclipse.rcptt.launching.common 2.5.1-SNAPSHOT [18/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.common --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.common --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.common/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.common/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.common/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.common --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.launching.injection >------- [INFO] Building org.eclipse.rcptt.launching.injection 2.5.1-SNAPSHOT [19/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.injection --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.injection/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.injection --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.injection/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.injection/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.injection/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.injection --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] ----< org.eclipse.rcptt.cloud:org.eclipse.rcptt.launching.p2utils >----- [INFO] Building org.eclipse.rcptt.launching.p2utils 2.5.1-SNAPSHOT [20/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.p2utils --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.p2utils/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.p2utils --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.p2utils/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.p2utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.p2utils/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.launching.ext >---------- [INFO] Building org.eclipse.rcptt.launching.ext 2.5.1-SNAPSHOT [21/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.ext --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.ext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.ext --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.ext/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.ext/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.ext/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.remote >-------- [INFO] Building org.eclipse.rcptt.launching.remote 2.5.1-SNAPSHOT [22/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.remote --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.remote/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.remote --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.remote/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.remote/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.remote/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.remote --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut >------- [INFO] Building org.eclipse.rcptt.launching.multiaut 2.5.1-SNAPSHOT [23/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.multiaut --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.multiaut --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.reporting.html >--------- [INFO] Building org.eclipse.rcptt.reporting.html 2.5.1-SNAPSHOT [24/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.html --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.html/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.reporting.html --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.html/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.html/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.html/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.html --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] -------< org.eclipse.rcptt.features:org.eclipse.rcptt.launching >------- [INFO] Building org.eclipse.rcptt.launching 2.5.1-SNAPSHOT [25/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.launching --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.launching --- [INFO] [INFO] -----------------< org.eclipse.rcptt:launching.tests >------------------ [INFO] Building launching.tests 2.5.1-SNAPSHOT [26/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ launching.tests --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.tests >------- [INFO] Building org.eclipse.rcptt.launching.ext.tests 2.5.1-SNAPSHOT [27/82] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.ext.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.600.v20191014-2022/org.eclipse.equinox.launcher-1.5.600.v20191014-2022.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/surefire.properties] Running org.eclipse.rcptt.launching.ext.tests.ExecutableTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.104 s - in org.eclipse.rcptt.launching.ext.tests.ExecutableTest testPrepareExecution(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.83 s testTime(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.103 s testFailOnNpe(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 0 s testGroupExecutable(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.104 s Running org.eclipse.rcptt.launching.ext.tests.BundleStartTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.rcptt.launching.ext.tests.BundleStartTest testPositive(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0.001 s testQS2313(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.tests >--------- [INFO] Building org.eclipse.rcptt.launching.tests 2.5.1-SNAPSHOT [28/82] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.launching.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.600.v20191014-2022/org.eclipse.equinox.launcher-1.5.600.v20191014-2022.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.launching.tests/target/surefire.properties] Running org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.303 s - in org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest astExecRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.068 s setupPlayerRespectsTimeoutArgument(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.506 s terminateOnShutdownTimeout(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.025 s simpleValidCommand(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.007 s setupPlayerRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.408 s extractScriptFromEclContext(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.3 s connectHangs(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.103 s Running org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest corruptedResourcesShouldProduceReadaleErrorMessage(org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest) Time elapsed: 0.218 s Running org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s - in org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest propagateInternalFailures(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.309 s debug(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.162 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 Exception in thread "pool-1-thread-1" java.lang.NullPointerException at org.eclipse.rcptt.internal.core.RcpttPlugin.log(RcpttPlugin.java:120) at org.eclipse.rcptt.internal.core.model.index.Q7ProjectIndexer.indexNamedElement(Q7ProjectIndexer.java:130) at org.eclipse.rcptt.internal.core.model.index.NamedElementsRequest$1.run(NamedElementsRequest.java:71) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] All tests passed! [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.reporting.html.tests >------ [INFO] Building org.eclipse.rcptt.reporting.html.tests 2.5.1-SNAPSHOT [29/82] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/data/.metadata/.log [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.600.v20191014-2022/org.eclipse.equinox.launcher-1.5.600.v20191014-2022.jar, -data, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/data, -install, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work, -configuration, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/library_test_gulevich/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/surefire.properties] Running org.eclipse.rcptt.reporting.html.tests.ReportEntryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.782 s - in org.eclipse.rcptt.reporting.html.tests.ReportEntryTest test(org.eclipse.rcptt.reporting.html.tests.ReportEntryTest) Time elapsed: 1.707 s Running org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest failedTestHeaderShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.358 s passedTestHeaderShouldBeGreen(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s screenShots(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.004 s testWaitInfo(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.014 s testEmptyLogsAreNotShown(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s failedChildShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s passedChildOfFailedNodeShouldBeBlack(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.012 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s testStyle(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s testScriptInChild(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.003 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.007 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.058 s testStyle(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.001 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s Results: Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt-module-testrail >--------------- [INFO] Building rcptt-module-testrail 2.5.1-SNAPSHOT [30/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt-module-testrail --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl >---------- [INFO] Building org.eclipse.rcptt.testrail.ecl 2.5.1-SNAPSHOT [31/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ecl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.testrail.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.testrail >------------ [INFO] Building org.eclipse.rcptt.testrail 2.5.1-SNAPSHOT [32/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.testrail --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --------------------< org.eclipse.rcptt:rcptt.rcp >--------------------- [INFO] Building rcptt.rcp 2.5.1-SNAPSHOT [33/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.rcp --- [INFO] [INFO] ---------------< org.eclipse.rcptt:org.eclipse.rcptt.ui >--------------- [INFO] Building org.eclipse.rcptt.ui 2.5.1-SNAPSHOT [34/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 359 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ui --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.testrail.ui >----------- [INFO] Building org.eclipse.rcptt.testrail.ui 2.5.1-SNAPSHOT [35/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.testrail.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl.impl >-------- [INFO] Building org.eclipse.rcptt.testrail.ecl.impl 2.5.1-SNAPSHOT [36/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.testrail.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail.runtime >-- [INFO] Building org.eclipse.rcptt.module.testrail.runtime 2.5.1-SNAPSHOT [37/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --< org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-runtime-site >-- [INFO] Building org.eclipse.rcptt.module.testrail-runtime-site 2.5.1-SNAPSHOT [38/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site (default-update-site) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar, -configuration, /tmp/tycho-p2-runtime6589897289623125449.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/runtime-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/runtime-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.testrail-runtime-site, -artifactRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/runtime-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.testrail-runtime-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/runtime-site/target/site.zip [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.module.testrail.updates >----- [INFO] Building org.eclipse.rcptt.module.testrail.updates 2.5.1-SNAPSHOT [39/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] ----< org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail >---- [INFO] Building org.eclipse.rcptt.module.testrail 2.5.1-SNAPSHOT [40/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.testrail --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.module.testrail --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-site >------ [INFO] Building org.eclipse.rcptt.module.testrail-site 2.5.1-SNAPSHOT [41/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.testrail-site --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site (default-update-site) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.testrail-site --- [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar, -configuration, /tmp/tycho-p2-runtime6314511892956910391.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.testrail-site, -artifactRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.testrail-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.testrail-site --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/site/target/site.zip [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-module-zephyr >---------------- [INFO] Building rcptt-module-zephyr 2.5.1-SNAPSHOT [42/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt-module-zephyr --- [INFO] [INFO] -------------< org.eclipse.rcptt:org.eclipse.rcptt.zephyr >------------- [INFO] Building org.eclipse.rcptt.zephyr 2.5.1-SNAPSHOT [43/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.zephyr --- [INFO] The project's OSGi version is 2.5.1.202001221309 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.zephyr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.zephyr --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.zephyr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.zephyr --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.zephyr.ui >------------ [INFO] Building org.eclipse.rcptt.zephyr.ui 2.5.1-SNAPSHOT [44/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.zephyr.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.zephyr.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] -----< org.eclipse.rcptt.features:org.eclipse.rcptt.module.zephyr >----- [INFO] Building org.eclipse.rcptt.module.zephyr 2.5.1-SNAPSHOT [45/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.zephyr --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.module.zephyr --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.module.zephyr-site >------- [INFO] Building org.eclipse.rcptt.module.zephyr-site 2.5.1-SNAPSHOT [46/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site (default-update-site) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] Command line: [/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java, -jar, /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/tycho/tycho-bundles-external/1.4.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar, -configuration, /tmp/tycho-p2-runtime2092992056231249920.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.zephyr-site, -artifactRepository, file:/home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.zephyr-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/modules/zephyr/site/target/site.zip [INFO] [INFO] ----------------< org.eclipse.rcptt:org.eclipse.rcptt >----------------- [INFO] Building org.eclipse.rcptt 2.5.1-SNAPSHOT [47/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt --- [INFO] [INFO] -------------< org.eclipse.rcptt:org.eclipse.rcptt.dev.ui >------------- [INFO] Building org.eclipse.rcptt.dev.ui 2.5.1-SNAPSHOT [48/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.dev.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.dev.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.dev.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.dev.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.dev.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.dev.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.dev.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.dev.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.dev.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] -----------------< org.eclipse.rcptt:q7.rcp.contexts >------------------ [INFO] Building q7.rcp.contexts 2.5.1-SNAPSHOT [49/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ q7.rcp.contexts --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.capability.ui 2.5.1-SNAPSHOT [50/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.capability.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.debug.ui 2.5.1-SNAPSHOT [51/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.filesystem.ui 2.5.1-SNAPSHOT [52/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.group.ui 2.5.1-SNAPSHOT [53/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.group.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.parameters.ui 2.5.1-SNAPSHOT [54/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.ui >------- [INFO] Building org.eclipse.rcptt.ctx.preferences.ui 2.5.1-SNAPSHOT [55/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.resources.ui >---------- [INFO] Building org.eclipse.rcptt.resources.ui 2.5.1-SNAPSHOT [56/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.resources.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.resources.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.resources.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.resources.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.resources.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.resources.ui 2.5.1-SNAPSHOT [57/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.script.ui 2.5.1-SNAPSHOT [58/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.script.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.super.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.super.ui 2.5.1-SNAPSHOT [59/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.super.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.workbench.ui 2.5.1-SNAPSHOT [60/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar.ide >---------- [INFO] Building org.eclipse.rcptt.expandbar.ide 2.5.1-SNAPSHOT [61/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar.ide --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.expandbar.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.expandbar.ide --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.expandbar.ide/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.expandbar.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.expandbar.ide/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.launching.configuration >----- [INFO] Building org.eclipse.rcptt.launching.configuration 2.5.1-SNAPSHOT [62/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.configuration --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.configuration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.configuration --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.configuration/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.configuration/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.configuration/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.ui >-------- [INFO] Building org.eclipse.rcptt.launching.ext.ui 2.5.1-SNAPSHOT [63/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.ext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.ext.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.ext.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.ext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.ext.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut.ui >------ [INFO] Building org.eclipse.rcptt.launching.multiaut.ui 2.5.1-SNAPSHOT [64/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.multiaut.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.launching.remote.ui >------- [INFO] Building org.eclipse.rcptt.launching.remote.ui 2.5.1-SNAPSHOT [65/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.remote.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.remote.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.remote.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.remote.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.remote.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.platform >------------ [INFO] Building org.eclipse.rcptt.platform 2.5.1-SNAPSHOT [66/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.platform --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.rcptt.platform --- [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (6.5 kB at 75 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 110 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 362 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 87 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 138 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 86 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 114 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 80 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 69 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 85 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 292 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 83 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 73 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 63 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 18 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 170 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 74 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 92 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 34 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 88 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 55 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 169 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 215 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 804 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/apache/11/apache-11.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/11/apache-11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 617 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 40 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 124 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 121 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 210 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 45 kB/s) [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar [INFO] Downloading from tycho-enhancements-snapshots: https://haiodo.github.io/tycho/repository/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 151 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 kB at 659 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 709 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 2.7 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 1.6 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.rcptt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform/src/test/resources [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (process-about.mappings) @ org.eclipse.rcptt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.platform --- [INFO] [INFO] -------------< org.eclipse.rcptt:org.eclipse.rcptt.search >------------- [INFO] Building org.eclipse.rcptt.search 2.5.1-SNAPSHOT [67/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.search --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.search --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.search/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.search/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.search --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.search --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ui.activities >---------- [INFO] Building org.eclipse.rcptt.ui.activities 2.5.1-SNAPSHOT [68/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ui.activities --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ui.activities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.activities/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ui.activities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.activities/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ui.activities --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ui.report >------------ [INFO] Building org.eclipse.rcptt.ui.report 2.5.1-SNAPSHOT [69/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ui.report --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ui.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.report/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ui.report --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.report/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.report/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ui.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.report/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ui.report --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] ------------------< org.eclipse.rcptt:rcptt.testing >------------------- [INFO] Building rcptt.testing 2.5.1-SNAPSHOT [70/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.testing --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.testing.ecl >----------- [INFO] Building org.eclipse.rcptt.testing.ecl 2.5.1-SNAPSHOT [71/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testing.ecl --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testing.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.testing.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testing.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing.ecl/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testing.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] ---------------< org.eclipse.rcptt:q7.rcp.verifications >--------------- [INFO] Building q7.rcp.verifications 2.5.1-SNAPSHOT [72/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ q7.rcp.verifications --- [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.ui >------ [INFO] Building org.eclipse.rcptt.verifications.time.ui 2.5.1-SNAPSHOT [73/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.time.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.ui >------ [INFO] Building org.eclipse.rcptt.verifications.text.ui 2.5.1-SNAPSHOT [74/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.text.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.ui >------ [INFO] Building org.eclipse.rcptt.verifications.tree.ui 2.5.1-SNAPSHOT [75/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.ui >------ [INFO] Building org.eclipse.rcptt.verifications.log.ui 2.5.1-SNAPSHOT [76/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.log.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] ---< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.ui >--- [INFO] Building org.eclipse.rcptt.verifications.resources.ui 2.5.1-SNAPSHOT [77/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.resources.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] -------< org.eclipse.rcptt.features:org.eclipse.rcptt.platform >-------- [INFO] Building org.eclipse.rcptt.platform 2.5.1-SNAPSHOT [78/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.platform --- [INFO] The project's OSGi version is 2.5.1.202002131032 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --------------< org.eclipse.rcptt:org.eclipse.rcptt.help >-------------- [INFO] Building org.eclipse.rcptt.help 2.5.1-SNAPSHOT [79/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.help --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.help/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.help --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.help/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.help/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.help/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.help --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.help --- [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.testing >-------- [INFO] Building org.eclipse.rcptt.testing 2.5.1-SNAPSHOT [80/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.testing --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.testing --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.testing --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.testing.repository >------- [INFO] Building org.eclipse.rcptt.testing.repository 2.5.1-SNAPSHOT [81/82] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.testing.repository --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testing.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing-updatesite/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.testing.repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.rcptt.testing.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/testing/org.eclipse.rcptt.testing-updatesite/target/org.eclipse.rcptt.testing.repository-2.5.1-SNAPSHOT.zip [INFO] [INFO] -----------------------< org.eclipse.rcptt:full >----------------------- [INFO] Building full 2.5.1-SNAPSHOT [82/82] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ full --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ full --- [INFO] The project's OSGi version is 2.5.1.202002131032 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ full --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ full --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ full --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ full --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ full --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ full --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ full --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ full --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.core.feature.group [2.4.2.201905060849,2.4.2.201905060849].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.ide.feature.group [2.4.2.201905060849,2.4.2.201905060849].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.external.dependencies.feature.feature.group [2.4.2.201903220647,2.4.2.201903220647].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.core.feature.group [2.4.2.201905060849,2.4.2.201905060849].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.ide.feature.group [2.4.2.201905060849,2.4.2.201905060849].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.external.dependencies.feature.feature.group [2.4.2.201903220647,2.4.2.201903220647].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.core.feature.group [2.4.2.201905060849,2.4.2.201905060849].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.ide.feature.group [2.4.2.201905060849,2.4.2.201905060849].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.4.2.201903220647,2.4.2.201903220647].; Unable to satisfy dependency from 202002131032.rcptt 1.0.0.8d_k87cLWVbh_FdyNeLqz-tdFC to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.external.dependencies.feature.feature.group [2.4.2.201903220647,2.4.2.201903220647].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ full --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/full-2.5.1-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:1.4.0:materialize-products (materialize-products) @ full --- [INFO] Installing product org.eclipse.rcptt.platform.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/products/org.eclipse.rcptt.platform.product/win32/win32/x86_64/rcptt Installing org.eclipse.rcptt.platform.product 2.5.1.202002131032. Operation completed in 12722 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt Installing org.eclipse.rcptt.platform.product 2.5.1.202002131032. Operation completed in 10794 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/x86_64/rcptt.app Installing org.eclipse.rcptt.platform.product 2.5.1.202002131032. Operation completed in 9848 ms. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default) @ full --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-p2-director-plugin:1.4.0:archive-products (archive-products) @ full --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/products/org.eclipse.rcptt.platform.product-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.x86_64.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ide 2.5.1-SNAPSHOT ................................. SUCCESS [ 0.118 s] [INFO] org.eclipse.rcptt.updates .......................... SUCCESS [ 1.385 s] [INFO] rcptt-module-nebula ................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.nebula ..................... SUCCESS [ 2.114 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl ................. SUCCESS [ 1.196 s] [INFO] org.eclipse.rcptt.tesla.nebula.impl ................ SUCCESS [ 1.316 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl ............ SUCCESS [ 0.665 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula ........... SUCCESS [ 0.620 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl ....... SUCCESS [ 0.304 s] [INFO] org.eclipse.rcptt.module.nebula.runtime ............ SUCCESS [ 0.408 s] [INFO] org.eclipse.rcptt.module.nebula-runtime-site ....... SUCCESS [ 4.839 s] [INFO] org.eclipse.rcptt.module.nebula.updates ............ SUCCESS [ 0.242 s] [INFO] org.eclipse.rcptt.module.nebula .................... SUCCESS [ 0.388 s] [INFO] org.eclipse.rcptt.module.nebula-site ............... SUCCESS [ 3.944 s] [INFO] rcptt.launching .................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.reporting.util ................... SUCCESS [ 0.858 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 1.710 s] [INFO] org.eclipse.rcptt.launching.common ................. SUCCESS [ 0.220 s] [INFO] org.eclipse.rcptt.launching.injection .............. SUCCESS [ 0.380 s] [INFO] org.eclipse.rcptt.launching.p2utils ................ SUCCESS [ 0.392 s] [INFO] org.eclipse.rcptt.launching.ext .................... SUCCESS [ 1.122 s] [INFO] org.eclipse.rcptt.launching.remote ................. SUCCESS [ 0.482 s] [INFO] org.eclipse.rcptt.launching.multiaut ............... SUCCESS [ 0.495 s] [INFO] org.eclipse.rcptt.reporting.html ................... SUCCESS [ 0.332 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 0.760 s] [INFO] launching.tests .................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.launching.ext.tests .............. SUCCESS [ 15.427 s] [INFO] org.eclipse.rcptt.launching.tests .................. SUCCESS [ 15.386 s] [INFO] org.eclipse.rcptt.reporting.html.tests ............. SUCCESS [ 8.915 s] [INFO] rcptt-module-testrail .............................. SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.testrail.ecl ..................... SUCCESS [ 0.397 s] [INFO] org.eclipse.rcptt.testrail ......................... SUCCESS [ 0.613 s] [INFO] rcptt.rcp .......................................... SUCCESS [ 0.057 s] [INFO] org.eclipse.rcptt.ui ............................... SUCCESS [ 5.734 s] [INFO] org.eclipse.rcptt.testrail.ui ...................... SUCCESS [ 0.805 s] [INFO] org.eclipse.rcptt.testrail.ecl.impl ................ SUCCESS [ 0.364 s] [INFO] org.eclipse.rcptt.module.testrail.runtime .......... SUCCESS [ 0.137 s] [INFO] org.eclipse.rcptt.module.testrail-runtime-site ..... SUCCESS [ 5.298 s] [INFO] org.eclipse.rcptt.module.testrail.updates .......... SUCCESS [ 0.166 s] [INFO] org.eclipse.rcptt.module.testrail .................. SUCCESS [ 0.347 s] [INFO] org.eclipse.rcptt.module.testrail-site ............. SUCCESS [ 3.905 s] [INFO] rcptt-module-zephyr ................................ SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.zephyr ........................... SUCCESS [ 0.540 s] [INFO] org.eclipse.rcptt.zephyr.ui ........................ SUCCESS [ 0.634 s] [INFO] org.eclipse.rcptt.module.zephyr .................... SUCCESS [ 0.295 s] [INFO] org.eclipse.rcptt.module.zephyr-site ............... SUCCESS [ 5.307 s] [INFO] org.eclipse.rcptt .................................. SUCCESS [ 0.092 s] [INFO] org.eclipse.rcptt.dev.ui ........................... SUCCESS [ 0.579 s] [INFO] q7.rcp.contexts .................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ctx.capability.ui ................ SUCCESS [ 0.730 s] [INFO] org.eclipse.rcptt.ctx.debug.ui ..................... SUCCESS [ 0.668 s] [INFO] org.eclipse.rcptt.ctx.filesystem.ui ................ SUCCESS [ 0.616 s] [INFO] org.eclipse.rcptt.ctx.group.ui ..................... SUCCESS [ 0.495 s] [INFO] org.eclipse.rcptt.ctx.parameters.ui ................ SUCCESS [ 0.622 s] [INFO] org.eclipse.rcptt.ctx.preferences.ui ............... SUCCESS [ 0.661 s] [INFO] org.eclipse.rcptt.resources.ui ..................... SUCCESS [ 0.818 s] [INFO] org.eclipse.rcptt.ctx.resources.ui ................. SUCCESS [ 0.707 s] [INFO] org.eclipse.rcptt.ctx.script.ui .................... SUCCESS [ 0.599 s] [INFO] org.eclipse.rcptt.ctx.super.ui ..................... SUCCESS [ 0.595 s] [INFO] org.eclipse.rcptt.ctx.workbench.ui ................. SUCCESS [ 0.789 s] [INFO] org.eclipse.rcptt.expandbar.ide .................... SUCCESS [ 0.218 s] [INFO] org.eclipse.rcptt.launching.configuration .......... SUCCESS [ 0.572 s] [INFO] org.eclipse.rcptt.launching.ext.ui ................. SUCCESS [ 0.939 s] [INFO] org.eclipse.rcptt.launching.multiaut.ui ............ SUCCESS [ 0.665 s] [INFO] org.eclipse.rcptt.launching.remote.ui .............. SUCCESS [ 0.427 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 4.981 s] [INFO] org.eclipse.rcptt.search ........................... SUCCESS [ 0.805 s] [INFO] org.eclipse.rcptt.ui.activities .................... SUCCESS [ 0.097 s] [INFO] org.eclipse.rcptt.ui.report ........................ SUCCESS [ 0.713 s] [INFO] rcptt.testing ...................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.testing.ecl ...................... SUCCESS [ 1.589 s] [INFO] q7.rcp.verifications ............................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.verifications.time.ui ............ SUCCESS [ 0.584 s] [INFO] org.eclipse.rcptt.verifications.text.ui ............ SUCCESS [ 0.519 s] [INFO] org.eclipse.rcptt.verifications.tree.ui ............ SUCCESS [ 0.609 s] [INFO] org.eclipse.rcptt.verifications.log.ui ............. SUCCESS [ 0.593 s] [INFO] org.eclipse.rcptt.verifications.resources.ui ....... SUCCESS [ 0.493 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 2.004 s] [INFO] org.eclipse.rcptt.help ............................. SUCCESS [ 0.200 s] [INFO] org.eclipse.rcptt.testing .......................... SUCCESS [ 0.204 s] [INFO] org.eclipse.rcptt.testing.repository ............... SUCCESS [ 4.243 s] [INFO] full 2.5.1-SNAPSHOT ................................ SUCCESS [01:45 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:02 min [INFO] Finished at: 2020-02-13T10:49:29Z [INFO] ------------------------------------------------------------------------ ======================Building RAP Core====================== OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/repository [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/ [INFO] Adding repository http://download.eclipse.org/rt/rap/3.1 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/3.1/ (467B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/3.1/ (467B) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/ [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/dependencies/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Adding repository http://download.eclipse.org/releases/indigo [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/pom.xml [INFO] Fetching R-3.7.2-201202080800&format=xml&protocol=http&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/eclipse/updates/3.7/ [INFO] Fetching org.eclipse.equinox.servletbridge.extensionbundle_1.2.0.v20100503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (4.87kB) [INFO] Fetching org.eclipse.equinox.servletbridge.extensionbundle_1.2.0.v20100503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (4.87kB) [INFO] Fetching SR2-20161130-1241&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/rt/rap/3.1/ [INFO] Fetching org.eclipse.rap.rwt_3.1.2.20161130-0738.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (1.22MB) [INFO] Fetching org.eclipse.rap.rwt_3.1.2.20161130-0738.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (1.22MB) [INFO] Fetching org.eclipse.rap.jface_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (320.19kB) [INFO] Fetching org.eclipse.rap.jface_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (320.19kB) [INFO] Fetching org.eclipse.rap.jface.databinding_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (68.89kB) [INFO] Fetching org.eclipse.rap.jface.databinding_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (68.89kB) [INFO] Fetching org.eclipse.rap.rwt.osgi_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (18.05kB) [INFO] Fetching org.eclipse.rap.ui.workbench_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (970.17kB) [INFO] Fetching org.eclipse.rap.ui.workbench_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (970.17kB) [INFO] Fetching org.eclipse.rap.ui_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (98.74kB) [INFO] Fetching org.eclipse.rap.ui_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (98.74kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/pom.xml [INFO] Fetching R-20160607-1451&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/rt/rap/3.1/ [INFO] Fetching org.apache.commons.fileupload_1.3.1.201405120000.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (75.5kB) [INFO] Fetching org.apache.commons.fileupload_1.3.1.201405120000.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (75.5kB) [INFO] Fetching org.eclipse.rap.fileupload_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (13.78kB) [INFO] Fetching org.eclipse.rap.fileupload_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (13.78kB) [INFO] Fetching org.eclipse.rap.filedialog_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (21.67kB) [INFO] Fetching org.eclipse.rap.filedialog_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (21.67kB) [INFO] Fetching org.eclipse.rap.ui.forms_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (105.48kB) [INFO] Fetching org.eclipse.rap.ui.forms_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (105.48kB) [INFO] Fetching org.eclipse.rap.ui.views_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (31.78kB) [INFO] Fetching org.eclipse.rap.ui.views_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (31.78kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.resources.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.resources.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.resources.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.script.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.script.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.script.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.aspect.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.aspect.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.aspect.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.parameters.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.parameters.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.parameters.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.filesystem.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.filesystem.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.filesystem.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.debug.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.debug.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.debug.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.core.ecl.debug.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.core.ecl.debug.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.core.ecl.debug.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.forms.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.forms.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.forms.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.ui.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.ui.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.ui.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.util.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.util.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.util.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.aspects:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.tree.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.tree.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.tree.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.time.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.time.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.time.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.log.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.log.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.log.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.text.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.text.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.text.impl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.swt.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.jobs.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.jobs.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.jobs.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (73.56kB) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (73.56kB) [INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (30.58kB) [INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (30.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (33.64kB) [INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (33.64kB) [INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (30.06kB) [INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (30.06kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (22.92kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (22.92kB) [INFO] Fetching org.eclipse.equinox.cm_1.1.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (31.32kB) [INFO] Fetching org.eclipse.equinox.cm_1.1.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (31.32kB) [INFO] Fetching org.eclipse.equinox.console_1.1.200.v20150929-1405.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (48.93kB) [INFO] Fetching org.eclipse.equinox.console_1.1.200.v20150929-1405.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (48.93kB) [INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (16.25kB) [INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (16.25kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.3.0.v20160324-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (16.36kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.3.0.v20160324-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (16.36kB) [INFO] Fetching SR1-20160913-0447&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/rt/rap/3.1/ [INFO] Fetching org.eclipse.equinox.http.servlet_1.3.1.v20160808-1329.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/plugins/ (63.26kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.3.1.v20160808-1329.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/plugins/ (63.26kB) [INFO] Fetching org.eclipse.jetty.http_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (118.41kB) [INFO] Fetching org.eclipse.jetty.http_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (118.41kB) [INFO] Fetching org.eclipse.jetty.server_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (381.53kB) [INFO] Fetching org.eclipse.jetty.server_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (381.53kB) [INFO] Fetching org.eclipse.jetty.servlet_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (96.73kB) [INFO] Fetching org.eclipse.jetty.servlet_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (96.73kB) [INFO] Fetching org.eclipse.jetty.util_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (325.33kB) [INFO] Fetching org.eclipse.jetty.util_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (325.33kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (18.46kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (18.46kB) [INFO] Fetching org.eclipse.equinox.http.servletbridge_1.0.300.v20130327-1442.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (6.8kB) [INFO] Fetching org.eclipse.equinox.http.servletbridge_1.0.300.v20130327-1442.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (6.8kB) [INFO] Fetching org.eclipse.equinox.servletbridge_1.3.200.v20160128-1435.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (23.67kB) [INFO] Fetching org.eclipse.equinox.servletbridge_1.3.200.v20160128-1435.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (23.67kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (23.84kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (23.84kB) [INFO] Fetching org.eclipse.jetty.continuation_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (16.6kB) [INFO] Fetching org.eclipse.jetty.continuation_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (16.6kB) [INFO] Fetching org.eclipse.jetty.io_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (77.98kB) [INFO] Fetching org.eclipse.jetty.io_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (77.98kB) [INFO] Fetching org.eclipse.jetty.security_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (71.65kB) [INFO] Fetching org.eclipse.jetty.security_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (71.65kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (113.6kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (113.6kB) [INFO] Fetching org.eclipse.help.source_3.7.0.v20160602-1307.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (180.16kB) [INFO] Fetching org.eclipse.help.source_3.7.0.v20160602-1307.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (180.16kB) [INFO] Fetching com.ibm.icu.base.source_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (247.87kB) [INFO] Fetching com.ibm.icu.base.source_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (247.87kB) [INFO] Fetching org.eclipse.core.expressions.source_3.5.100.v20160418-1621.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (86.6kB) [INFO] Fetching org.eclipse.core.expressions.source_3.5.100.v20160418-1621.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (86.6kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.5.100.v20160418-1621.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (79.92kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.5.100.v20160418-1621.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (79.92kB) [INFO] Fetching org.eclipse.core.jobs.source_3.8.0.v20160509-0411.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (106.55kB) [INFO] Fetching org.eclipse.core.jobs.source_3.8.0.v20160509-0411.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (106.55kB) [INFO] Fetching org.eclipse.core.runtime.source_3.12.0.v20160606-1342.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (85.59kB) [INFO] Fetching org.eclipse.core.runtime.source_3.12.0.v20160606-1342.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (85.59kB) [INFO] Fetching org.eclipse.core.databinding.source_1.6.0.v20160412-0910.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (137.91kB) [INFO] Fetching org.eclipse.core.databinding.source_1.6.0.v20160412-0910.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (137.91kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.3.100.v20160509-1025.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (66.76kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.3.100.v20160509-1025.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (66.76kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.6.0.v20160511-1747.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (204.5kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.6.0.v20160511-1747.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (204.5kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.6.0.v20160427-0852.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (93.35kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.6.0.v20160427-0852.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (93.35kB) [INFO] Fetching org.eclipse.equinox.app.source_1.3.400.v20150715-1528.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (76.15kB) [INFO] Fetching org.eclipse.equinox.app.source_1.3.400.v20150715-1528.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (76.15kB) [INFO] Fetching org.eclipse.equinox.cm.source_1.1.200.v20160324-1850.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (45.41kB) [INFO] Fetching org.eclipse.equinox.cm.source_1.1.200.v20160324-1850.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (45.41kB) [INFO] Fetching org.eclipse.equinox.common.source_3.8.0.v20160509-1230.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (128.17kB) [INFO] Fetching org.eclipse.equinox.common.source_3.8.0.v20160509-1230.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (128.17kB) [INFO] Fetching org.eclipse.equinox.ds.source_1.4.400.v20160226-2036.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (162.37kB) [INFO] Fetching org.eclipse.equinox.ds.source_1.4.400.v20160226-2036.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (162.37kB) [INFO] Fetching org.eclipse.equinox.event.source_1.3.200.v20160324-1850.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (28.23kB) [INFO] Fetching org.eclipse.equinox.event.source_1.3.200.v20160324-1850.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (28.23kB) [INFO] Fetching org.eclipse.equinox.util.source_1.0.500.v20130404-1337.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (73.67kB) [INFO] Fetching org.eclipse.equinox.util.source_1.0.500.v20130404-1337.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (73.67kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.6.100.v20160223-2218.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (174.59kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.6.100.v20160223-2218.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (174.59kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.3.0.v20160324-1850.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (22.57kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.3.0.v20160324-1850.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (22.57kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.400.v20150715-1528.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (32.25kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.400.v20150715-1528.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (32.25kB) [INFO] Fetching org.eclipse.equinox.console.source_1.1.200.v20150929-1405.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (83.96kB) [INFO] Fetching org.eclipse.equinox.console.source_1.1.200.v20150929-1405.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (83.96kB) [INFO] Fetching org.apache.felix.gogo.command.source_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (27.61kB) [INFO] Fetching org.apache.felix.gogo.command.source_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (27.61kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (34.41kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (34.41kB) [INFO] Fetching org.apache.felix.gogo.shell.source_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (26.17kB) [INFO] Fetching org.apache.felix.gogo.shell.source_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (26.17kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.600.v20160505-0715.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (44.48kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.600.v20160505-0715.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (44.48kB) [INFO] Fetching org.eclipse.osgi.services.source_3.5.100.v20160504-1419.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (212.93kB) [INFO] Fetching org.eclipse.osgi.services.source_3.5.100.v20160504-1419.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (212.93kB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (135.43kB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (135.43kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (15.89kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (15.89kB) [INFO] Fetching org.eclipse.jetty.http.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (70.53kB) [INFO] Fetching org.eclipse.jetty.http.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (70.53kB) [INFO] Fetching org.eclipse.jetty.io.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (44.96kB) [INFO] Fetching org.eclipse.jetty.io.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (44.96kB) [INFO] Fetching org.eclipse.jetty.security.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (46.06kB) [INFO] Fetching org.eclipse.jetty.security.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (46.06kB) [INFO] Fetching org.eclipse.jetty.server.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (220.25kB) [INFO] Fetching org.eclipse.jetty.server.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (220.25kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (56.99kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (56.99kB) [INFO] Fetching org.eclipse.jetty.util.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (204.27kB) [INFO] Fetching org.eclipse.jetty.util.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (204.27kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (25.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (25.21kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.6.1.v20160815-1406.jar from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/plugins/ (111.24kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.6.1.v20160815-1406.jar from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/plugins/ (111.24kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.3.1.v20160808-1329.jar from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/plugins/ (106.42kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.3.1.v20160808-1329.jar from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/plugins/ (106.42kB) [INFO] Fetching SR2a-20170308-2159&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/rt/rap/3.1/ [INFO] Fetching org.eclipse.core.commands.source_3.8.1.v20161221-1651.jar from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/plugins/ (149.75kB) [INFO] Fetching org.eclipse.core.commands.source_3.8.1.v20161221-1651.jar from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/plugins/ (149.75kB) [INFO] Fetching org.eclipse.osgi.source_3.11.3.v20170209-1843.jar from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/plugins/ (1.05MB) [INFO] Fetching org.eclipse.osgi.source_3.11.3.v20170209-1843.jar from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/plugins/ (1.05MB) [INFO] Fetching org.eclipse.rap.equinox.target.feature_3.1.2.20170308-1815.jar from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/features/ (19.05kB) [INFO] Fetching org.eclipse.rap.equinox.target.feature_3.1.2.20170308-1815.jar from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/features/ (19.05kB) [INFO] Fetching org.eclipse.rap.feature_3.1.2.20161130-0738.jar from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/features/ (18.2kB) [INFO] Fetching org.eclipse.rap.feature_3.1.2.20161130-0738.jar from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/features/ (18.2kB) [INFO] Fetching org.eclipse.rap.nebula.jface.gridviewer_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (15.53kB) [INFO] Fetching org.eclipse.rap.nebula.jface.gridviewer_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (15.53kB) [INFO] Fetching org.eclipse.rap.nebula.widgets.richtext_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (605.93kB) [INFO] Fetching org.eclipse.rap.nebula.widgets.richtext_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (605.93kB) [INFO] Fetching org.eclipse.rap.nebula.widgets.grid_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (40.73kB) [INFO] Fetching org.eclipse.rap.nebula.widgets.grid_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (40.73kB) [INFO] Fetching org.eclipse.rap.ui.cheatsheets_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (114.58kB) [INFO] Fetching org.eclipse.rap.ui.cheatsheets_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (114.58kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rap [pom] [INFO] rcptt.module.rap [pom] [INFO] bundles [pom] [INFO] core [pom] [INFO] org.eclipse.rcptt.tesla.ecl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap [eclipse-plugin] [INFO] runtime [pom] [INFO] rcptt.runtime.contexts [pom] [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap [eclipse-plugin] [INFO] tesla [pom] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.am.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.util.swt.rap [eclipse-plugin] [INFO] rcptt.runtime.watson [pom] [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap [eclipse-plugin] [INFO] ecl-tesla [pom] [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime.ui.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.debug.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.debug.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.forms.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.rap.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.canvas.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.variables.rap [eclipse-plugin] [INFO] rcptt.runtime.verifications [pom] [INFO] org.eclipse.rcptt.verifications.tree.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.time.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.impl.rap [eclipse-plugin] [INFO] ecl [pom] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.rcptt.runtime.rap [eclipse-feature] [INFO] repositories [pom] [INFO] org.eclipse.rcptt.runtime-updatesite.rap [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:rap >------------------------ [INFO] Building rap 2.5.1-SNAPSHOT [1/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rap --- [INFO] [INFO] -----------< org.eclipse.rcptt.module.rap:rcptt.module.rap >------------ [INFO] Building rcptt.module.rap 2.5.1-SNAPSHOT [2/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.module.rap --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:bundles >---------------- [INFO] Building bundles 2.5.1-SNAPSHOT [3/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles --- [INFO] [INFO] -----------------< org.eclipse.rcptt.module.rap:core >------------------ [INFO] Building core 2.5.1-SNAPSHOT [4/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.rap 2.5.1-SNAPSHOT [5/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.core.ecl.rap 2.5.1-SNAPSHOT [6/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:runtime >---------------- [INFO] Building runtime 2.5.1-SNAPSHOT [7/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] --------< org.eclipse.rcptt.module.rap:rcptt.runtime.contexts >--------- [INFO] Building rcptt.runtime.contexts 2.5.1-SNAPSHOT [8/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.contexts --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.aspects.rap >-- [INFO] Building org.eclipse.rcptt.ctx.preferences.aspects.rap 2.5.1-SNAPSHOT [9/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] -------------------< org.eclipse.rcptt.tesla:tesla >-------------------- [INFO] Building tesla 2.5.1-SNAPSHOT [10/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tesla --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap >-- [INFO] Building org.eclipse.rcptt.tesla.swt.fragment.rap 2.5.1-SNAPSHOT [11/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am.rap >----- [INFO] Building org.eclipse.rcptt.tesla.core.am.rap 2.5.1-SNAPSHOT [12/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.core.am.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects.rap >--- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects.rap 2.5.1-SNAPSHOT [13/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects.rap 2.5.1-SNAPSHOT [14/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jobs.aspects.rap 2.5.1-SNAPSHOT [15/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.util.swt.rap >----- [INFO] Building org.eclipse.rcptt.util.swt.rap 2.5.1-SNAPSHOT [16/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.swt.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.util.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] ---------< org.eclipse.rcptt.module.rap:rcptt.runtime.watson >---------- [INFO] Building rcptt.runtime.watson 2.5.1-SNAPSHOT [17/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.watson --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.jobs.rap >-- [INFO] Building org.eclipse.rcptt.watson.aspects.jobs.rap 2.5.1-SNAPSHOT [18/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.swt.rap >-- [INFO] Building org.eclipse.rcptt.watson.aspects.swt.rap 2.5.1-SNAPSHOT [19/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.rap >------- [INFO] Building org.eclipse.rcptt.tesla.swt.rap 2.5.1-SNAPSHOT [20/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.forms.rap 2.5.1-SNAPSHOT [21/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/org.eclipse.rcptt.tesla.recording.aspects.forms.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface.rap 2.5.1-SNAPSHOT [22/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/org.eclipse.rcptt.tesla.recording.aspects.jface.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.swt.rap 2.5.1-SNAPSHOT [23/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [WARNING] The type JavaScriptLoader is deprecated /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:15 import org.eclipse.rap.rwt.client.service.JavaScriptLoader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:18 import org.eclipse.rap.rwt.internal.lifecycle.PhaseId; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:81 PhaseId currentPhase = CurrentPhase.get(); ^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^ [WARNING] The field PhaseId.PREPARE_UI_ROOT is deprecated /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^ [WARNING] The field PhaseId.PROCESS_ACTION is deprecated /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:102 && CurrentPhase.get() == PhaseId.RENDER); ^^ [WARNING] The field PhaseId.RENDER is deprecated /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:102 && CurrentPhase.get() == PhaseId.RENDER); ^ [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/org.eclipse.rcptt.tesla.recording.aspects.swt.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench.rap 2.5.1-SNAPSHOT [24/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.swt.rap 2.5.1-SNAPSHOT [25/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] ---------------< org.eclipse.rcptt.tesla.ecl:ecl-tesla >---------------- [INFO] Building ecl-tesla 2.5.1-SNAPSHOT [26/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tesla --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl.rap >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.impl.rap 2.5.1-SNAPSHOT [27/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.aspects.rap 2.5.1-SNAPSHOT [28/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/org.eclipse.rcptt.tesla.ui.ide.aspects.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] ---< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.ui.rap >---- [INFO] Building org.eclipse.rcptt.runtime.ui.rap 2.5.1-SNAPSHOT [29/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.runtime.ui.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.preferences.impl.rap 2.5.1-SNAPSHOT [30/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.resources.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.resources.impl.rap 2.5.1-SNAPSHOT [31/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.script.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.script.impl.rap 2.5.1-SNAPSHOT [32/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.script.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.workbench.impl.rap 2.5.1-SNAPSHOT [33/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.aspect.rap >-- [INFO] Building org.eclipse.rcptt.ctx.workbench.aspect.rap 2.5.1-SNAPSHOT [34/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.parameters.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.parameters.impl.rap 2.5.1-SNAPSHOT [35/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.filesystem.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.filesystem.impl.rap 2.5.1-SNAPSHOT [36/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.debug.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.debug.impl.rap 2.5.1-SNAPSHOT [37/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.core.ecl.debug.rap >-- [INFO] Building org.eclipse.rcptt.core.ecl.debug.rap 2.5.1-SNAPSHOT [38/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.core.ecl.debug.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] ---< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.forms.impl.rap >---- [INFO] Building org.eclipse.rcptt.forms.impl.rap 2.5.1-SNAPSHOT [39/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.forms.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] -----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.aspects >----- [INFO] Building org.eclipse.rcptt.rap.aspects 2.5.1-SNAPSHOT [40/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.rap.aspects --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.rap.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.rap.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.rap.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.rap.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.rap.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas.rap >----- [INFO] Building org.eclipse.rcptt.tesla.canvas.rap 2.5.1-SNAPSHOT [41/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.canvas.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.aspects.rap 2.5.1-SNAPSHOT [42/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.fragment.rap 2.5.1-SNAPSHOT [43/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.canvas.rap 2.5.1-SNAPSHOT [44/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x.rap >----- [INFO] Building org.eclipse.rcptt.tesla.swt.e3x.rap 2.5.1-SNAPSHOT [45/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.rap >----- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.rap 2.5.1-SNAPSHOT [46/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.aspects.rap 2.5.1-SNAPSHOT [47/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap 2.5.1-SNAPSHOT [48/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.7:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] bad version number found in /home/jenkins/agent/workspace/library_test_gulevich/m2/.cache/tycho/org.aspectj.runtime-1.7.0.20120703164200.jar/aspectjrt.jar expected 1.8.2 found 1.7.0 : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.rap 2.5.1-SNAPSHOT [49/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables.rap >---- [INFO] Building org.eclipse.rcptt.tesla.variables.rap 2.5.1-SNAPSHOT [50/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.variables.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] ------< org.eclipse.rcptt.module.rap:rcptt.runtime.verifications >------ [INFO] Building rcptt.runtime.verifications 2.5.1-SNAPSHOT [51/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.verifications --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.tree.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.tree.impl.rap 2.5.1-SNAPSHOT [52/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.time.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.time.impl.rap 2.5.1-SNAPSHOT [53/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.time.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.log.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.log.impl.rap 2.5.1-SNAPSHOT [54/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.log.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.text.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.text.impl.rap 2.5.1-SNAPSHOT [55/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.verifications.text.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] ------------------< org.eclipse.rcptt.module.rap:ecl >------------------ [INFO] Building ecl 2.5.1-SNAPSHOT [56/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap >-- [INFO] Building org.eclipse.rcptt.ecl.platform.ui.rap 2.5.1-SNAPSHOT [57/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] ---------------< org.eclipse.rcptt.module.rap:features >---------------- [INFO] Building features 2.5.1-SNAPSHOT [58/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features --- [INFO] [INFO] -----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap >----- [INFO] Building org.eclipse.rcptt.runtime.rap 2.5.1-SNAPSHOT [59/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime.rap --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] -------------< org.eclipse.rcptt.module.rap:repositories >-------------- [INFO] Building repositories 2.5.1-SNAPSHOT [60/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ repositories --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap >-- [INFO] Building org.eclipse.rcptt.runtime-updatesite.rap 2.5.1-SNAPSHOT [61/61] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] The project's OSGi version is 2.5.1.202002031053 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/org.eclipse.rcptt.runtime-updatesite.rap-2.5.1-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rap 2.5.1-SNAPSHOT ................................. SUCCESS [ 0.197 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.003 s] [INFO] bundles ............................................ SUCCESS [ 0.003 s] [INFO] core ............................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 3.881 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 0.518 s] [INFO] runtime ............................................ SUCCESS [ 0.004 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap ...... SUCCESS [ 3.675 s] [INFO] tesla .............................................. SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap ........... SUCCESS [ 0.321 s] [INFO] org.eclipse.rcptt.tesla.core.am.rap ................ SUCCESS [ 0.398 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap ............ SUCCESS [ 3.588 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap .......... SUCCESS [ 1.286 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap ........... SUCCESS [ 0.532 s] [INFO] org.eclipse.rcptt.util.swt.rap ..................... SUCCESS [ 0.584 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap .......... SUCCESS [ 0.586 s] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap ........... SUCCESS [ 0.525 s] [INFO] org.eclipse.rcptt.tesla.swt.rap .................... SUCCESS [ 5.496 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap SUCCESS [ 0.795 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap SUCCESS [ 0.487 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap .. SUCCESS [ 1.318 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap SUCCESS [ 0.769 s] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap .......... SUCCESS [ 1.529 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap ............... SUCCESS [ 1.300 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap ......... SUCCESS [ 0.500 s] [INFO] org.eclipse.rcptt.runtime.ui.rap ................... SUCCESS [ 0.710 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap ......... SUCCESS [ 0.527 s] [INFO] org.eclipse.rcptt.ctx.resources.impl.rap ........... SUCCESS [ 0.584 s] [INFO] org.eclipse.rcptt.ctx.script.impl.rap .............. SUCCESS [ 0.421 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap ........... SUCCESS [ 0.478 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap ......... SUCCESS [ 0.433 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap .......... SUCCESS [ 0.288 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap .......... SUCCESS [ 0.199 s] [INFO] org.eclipse.rcptt.ctx.debug.impl.rap ............... SUCCESS [ 0.505 s] [INFO] org.eclipse.rcptt.core.ecl.debug.rap ............... SUCCESS [ 0.388 s] [INFO] org.eclipse.rcptt.forms.impl.rap ................... SUCCESS [ 0.410 s] [INFO] org.eclipse.rcptt.rap.aspects ...................... SUCCESS [ 1.538 s] [INFO] org.eclipse.rcptt.tesla.canvas.rap ................. SUCCESS [ 0.353 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap SUCCESS [ 0.498 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap ......... SUCCESS [ 0.207 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap ....... SUCCESS [ 0.378 s] [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap ................ SUCCESS [ 0.399 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.rap ................. SUCCESS [ 0.326 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap ...... SUCCESS [ 0.689 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap SUCCESS [ 0.385 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap ...... SUCCESS [ 0.320 s] [INFO] org.eclipse.rcptt.tesla.variables.rap .............. SUCCESS [ 0.279 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.verifications.tree.impl.rap ...... SUCCESS [ 0.425 s] [INFO] org.eclipse.rcptt.verifications.time.impl.rap ...... SUCCESS [ 0.287 s] [INFO] org.eclipse.rcptt.verifications.log.impl.rap ....... SUCCESS [ 0.313 s] [INFO] org.eclipse.rcptt.verifications.text.impl.rap ...... SUCCESS [ 0.373 s] [INFO] ecl ................................................ SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 0.634 s] [INFO] features ........................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 3.368 s] [INFO] repositories ....................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap 2.5.1-SNAPSHOT SUCCESS [ 6.887 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:35 min [INFO] Finished at: 2020-02-13T10:52:08Z [INFO] ------------------------------------------------------------------------ ======================Building RAP IDE part====================== OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/repository [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/ [INFO] Adding repository http://download.eclipse.org/rt/rap/3.1 [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/ [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/ [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/dependencies/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Adding repository http://download.eclipse.org/releases/indigo [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.ui:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.updates.runtime.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.updates.runtime.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.updates.runtime.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.ui.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.ui.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.ui.feature:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.repositiry:rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.repositiry:rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/rap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.repositiry:rap:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/rap/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rap [pom] [INFO] rcptt.module.rap [pom] [INFO] bundles [pom] [INFO] core [pom] [INFO] org.eclipse.rcptt.tesla.ecl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap [eclipse-plugin] [INFO] ecl [pom] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap [eclipse-plugin] [INFO] launching [pom] [INFO] org.eclipse.rcptt.launching.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.rap.ui [eclipse-plugin] [INFO] runtime [pom] [INFO] updates [pom] [INFO] org.eclipse.rcptt.updates.runtime.rap [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.rcptt.runtime.rap [eclipse-feature] [INFO] org.eclipse.rcptt.launching.rap.feature [eclipse-feature] [INFO] org.eclipse.rcptt.rap.ui.feature [eclipse-feature] [INFO] repositories [pom] [INFO] org.eclipse.rcptt.runtime-updatesite.rap [eclipse-repository] [INFO] rap [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:rap >------------------------ [INFO] Building rap 2.5.1-SNAPSHOT [1/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rap --- [INFO] [INFO] -----------< org.eclipse.rcptt.module.rap:rcptt.module.rap >------------ [INFO] Building rcptt.module.rap 2.5.1-SNAPSHOT [2/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.module.rap --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:bundles >---------------- [INFO] Building bundles 2.5.1-SNAPSHOT [3/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles --- [INFO] [INFO] -----------------< org.eclipse.rcptt.module.rap:core >------------------ [INFO] Building core 2.5.1-SNAPSHOT [4/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.rap 2.5.1-SNAPSHOT [5/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.core.ecl.rap 2.5.1-SNAPSHOT [6/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] ------------------< org.eclipse.rcptt.module.rap:ecl >------------------ [INFO] Building ecl 2.5.1-SNAPSHOT [7/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap >-- [INFO] Building org.eclipse.rcptt.ecl.platform.ui.rap 2.5.1-SNAPSHOT [8/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] ---------------< org.eclipse.rcptt.module.rap:launching >--------------- [INFO] Building launching 2.5.1-SNAPSHOT [9/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ launching --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap >---- [INFO] Building org.eclipse.rcptt.launching.rap 2.5.1-SNAPSHOT [10/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.rap --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.ui >--- [INFO] Building org.eclipse.rcptt.launching.rap.ui 2.5.1-SNAPSHOT [11/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.launching.rap.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:runtime >---------------- [INFO] Building runtime 2.5.1-SNAPSHOT [12/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:updates >---------------- [INFO] Building updates 2.5.1-SNAPSHOT [13/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ updates --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.updates.runtime.rap >-- [INFO] Building org.eclipse.rcptt.updates.runtime.rap 2.5.1-SNAPSHOT [14/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] The project's OSGi version is 2.5.1.202002131052 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 107 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-artifacts) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] ---------------< org.eclipse.rcptt.module.rap:features >---------------- [INFO] Building features 2.5.1-SNAPSHOT [15/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features --- [INFO] [INFO] -----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap >----- [INFO] Building org.eclipse.rcptt.runtime.rap 2.5.1-SNAPSHOT [16/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.rap --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime.rap --- [INFO] The project's OSGi version is 2.5.1.202001260756 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.feature >-- [INFO] Building org.eclipse.rcptt.launching.rap.feature 2.5.1-SNAPSHOT [17/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] The project's OSGi version is 2.5.1.202002131052 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] ---< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.ui.feature >---- [INFO] Building org.eclipse.rcptt.rap.ui.feature 2.5.1-SNAPSHOT [18/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] The project's OSGi version is 2.5.1.202002131052 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] -------------< org.eclipse.rcptt.module.rap:repositories >-------------- [INFO] Building repositories 2.5.1-SNAPSHOT [19/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ repositories --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap >-- [INFO] Building org.eclipse.rcptt.runtime-updatesite.rap 2.5.1-SNAPSHOT [20/21] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Deleting /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] The project's OSGi version is 2.5.1.202002031053 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/org.eclipse.rcptt.runtime-updatesite.rap-2.5.1-SNAPSHOT.zip [INFO] [INFO] ------------------< org.eclipse.rcptt.repositiry:rap >------------------ [INFO] Building rap 2.5.1-SNAPSHOT [21/21] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rap --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rap --- [INFO] The project's OSGi version is 2.5.1.202002131052 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/repository/rap/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ rap --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ rap --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/rap/target/rap-2.5.1-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rap 2.5.1-SNAPSHOT ................................. SUCCESS [ 0.195 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.003 s] [INFO] bundles ............................................ SUCCESS [ 0.003 s] [INFO] core ............................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 3.868 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 0.430 s] [INFO] ecl ................................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 1.278 s] [INFO] launching .......................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.launching.rap .................... SUCCESS [ 1.013 s] [INFO] org.eclipse.rcptt.launching.rap.ui ................. SUCCESS [ 1.383 s] [INFO] runtime ............................................ SUCCESS [ 0.002 s] [INFO] updates ............................................ SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.updates.runtime.rap .............. SUCCESS [ 1.537 s] [INFO] features ........................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 3.045 s] [INFO] org.eclipse.rcptt.launching.rap.feature ............ SUCCESS [ 0.544 s] [INFO] org.eclipse.rcptt.rap.ui.feature ................... SUCCESS [ 0.765 s] [INFO] repositories ....................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap ........... SUCCESS [ 6.463 s] [INFO] rap 2.5.1-SNAPSHOT ................................. SUCCESS [ 11.656 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:28 min [INFO] Finished at: 2020-02-13T10:53:40Z [INFO] ------------------------------------------------------------------------ ======================Building RCP and Full site====================== OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.rcptt:rcptt.repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/rcptt/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/rap/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/dependencies/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Adding repository http://download.eclipse.org/releases/indigo [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:rcptt.repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/rcptt/pom.xml [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ [INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (61.23kB) [INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (61.23kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt:rcptt.repository:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/repository/rcptt/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rcptt.repository.parent [pom] [INFO] rcptt.repository [eclipse-repository] [INFO] [INFO] -------------< org.eclipse.rcptt:rcptt.repository.parent >-------------- [INFO] Building rcptt.repository.parent 2.5.1-SNAPSHOT [1/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.repository.parent --- [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt.repository >----------------- [INFO] Building rcptt.repository 2.5.1-SNAPSHOT [2/2] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.repository --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rcptt.repository --- [INFO] The project's OSGi version is 2.5.1.202002131052 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ rcptt.repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rcptt.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/repository/rcptt/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ rcptt.repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ rcptt.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/repository/rcptt/target/rcptt.repository-2.5.1-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rcptt.repository.parent 2.5.1-SNAPSHOT ............. SUCCESS [ 0.180 s] [INFO] rcptt.repository 2.5.1-SNAPSHOT .................... SUCCESS [ 22.825 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 55.887 s [INFO] Finished at: 2020-02-13T10:54:39Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + ./build_runner.sh -Dmaven.repo.local=/home/jenkins/agent/workspace/library_test_gulevich/m2 -B -e OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.pom (2.1 kB at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom (19 kB at 548 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom (4.8 kB at 185 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom (1.1 kB at 6.7 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom (3.0 kB at 120 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 264 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.7 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 80 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom (1.8 kB at 76 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom (1.0 kB at 4.4 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom (1.7 kB at 75 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom (1.3 kB at 55 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom (2.1 kB at 86 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom (1.1 kB at 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom (1.0 kB at 43 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.pom (2.1 kB at 89 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/1.5.1/tycho-p2-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/1.5.1/tycho-p2-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/1.5.1/tycho-p2-1.5.1.pom (1.1 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.pom (1.1 kB at 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.jar (5.4 kB at 74 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar (22 kB at 130 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar (206 kB at 802 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar (13 kB at 49 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 907 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar (3.1 kB at 8.8 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar (38 kB at 104 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar (7.0 kB at 19 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar (9.4 kB at 20 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 1.3 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar (37 kB at 79 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar (1.5 MB at 2.9 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.jar (29 kB at 59 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.jar (37 kB at 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/1.5.1/tycho-bundles-external-1.5.1.zip [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles-external/1.5.1/tycho-bundles-external-1.5.1.zip [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles-external/1.5.1/tycho-bundles-external-1.5.1.zip (8.1 MB at 6.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.5.1/org.eclipse.tycho.p2.resolver.impl-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.5.1/org.eclipse.tycho.p2.resolver.impl-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.5.1/org.eclipse.tycho.p2.resolver.impl-1.5.1.jar (218 kB at 3.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.5.1/org.eclipse.tycho.p2.maven.repository-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.5.1/org.eclipse.tycho.p2.maven.repository-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.5.1/org.eclipse.tycho.p2.maven.repository-1.5.1.jar (148 kB at 910 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.1/org.eclipse.tycho.p2.tools.impl-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.1/org.eclipse.tycho.p2.tools.impl-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.1/org.eclipse.tycho.p2.tools.impl-1.5.1.jar (49 kB at 1.8 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.pom (1.7 kB at 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.jar (7.6 kB at 345 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 251 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 920 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.pom (2.7 kB at 111 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.jar (129 kB at 430 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.pom (2.2 kB at 96 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.jar (28 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.pom (2.7 kB at 117 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.pom (2.1 kB at 90 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 136 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 133 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom (3.6 kB at 166 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 137 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.jar (28 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.jar (20 kB at 241 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 585 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 1.3 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar (82 kB at 916 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 341 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.pom (2.5 kB at 110 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.jar (33 kB at 186 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.runner:org.eclipse.rcptt.runner:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/org.eclipse.rcptt.runner/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/ [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.14milestones [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC1-201911271800/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2-201912041800/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14milestones/S-4.14RC2a-201912100610/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/ [INFO] Adding repository http://download.eclipse.org/releases/2019-12 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/201912181000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/201912181000/ [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/library_test_gulevich/repository/rap/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ [INFO] Adding repository http://download.eclipse.org/releases/indigo [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ Feb 13, 2020 10:55:09 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Feb 13, 2020 10:55:09 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ Feb 13, 2020 10:55:11 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Feb 13, 2020 10:55:11 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:org.eclipse.rcptt.runner:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/org.eclipse.rcptt.runner/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.runner:org.eclipse.rcptt.runner:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/org.eclipse.rcptt.runner/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/features/org.eclipse.rcptt.runner.runner-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/features/org.eclipse.rcptt.runner.runner-feature/pom.xml [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/features/org.eclipse.rcptt.runner.runner-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/product/pom.xml [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ [INFO] Fetching org.apache.lucene.analysis_3.5.0.v20120725-1805.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (887.38kB) [INFO] Fetching org.apache.lucene.analysis_3.5.0.v20120725-1805.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (887.38kB) [INFO] Fetching org.apache.lucene.core_3.5.0.v20120725-1805.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (1.48MB) [INFO] Fetching org.apache.lucene.core_3.5.0.v20120725-1805.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (1.48MB) [INFO] Resolving class path of MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/library_test_gulevich/runner/product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runner [pom] [INFO] runner [pom] [INFO] org.eclipse.rcptt.runner [eclipse-plugin] [INFO] runner.features [pom] [INFO] org.eclipse.rcptt.runner.integration [eclipse-feature] [INFO] org.eclipse.rcptt.runner.headless [eclipse-feature] [INFO] rcptt.runner [eclipse-application] [INFO] [INFO] ----------------------< org.eclipse.rcptt:runner >---------------------- [INFO] Building runner 2.5.1-SNAPSHOT [1/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] ------------------< org.eclipse.rcptt.runner:runner >------------------- [INFO] Building runner 2.5.1-SNAPSHOT [2/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 4.2 MB/s) [INFO] /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/rcptt/runner/runner removed. [INFO] [INFO] ---------< org.eclipse.rcptt.runner:org.eclipse.rcptt.runner >---------- [INFO] Building org.eclipse.rcptt.runner 2.5.1-SNAPSHOT [3/7] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runner --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.pom (1.8 kB at 76 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/1.5.1/tycho-extras-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-extras/1.5.1/tycho-extras-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-extras/1.5.1/tycho-extras-1.5.1.pom (16 kB at 682 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom (9.8 kB at 425 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom (36 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 154 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom (1.6 kB at 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom (1.1 kB at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom (1.5 kB at 67 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.5.1/tycho-buildtimestamp-jgit-1.5.1.jar (12 kB at 156 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar (326 kB at 2.8 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 2.3 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar (866 kB at 2.3 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar (2.8 MB at 3.6 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar (4.5 MB at 4.6 MB/s) [INFO] The project's OSGi version is 2.5.1.202001210725 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runner/org.eclipse.rcptt.runner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.rcptt.runner --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom (692 B at 28 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 274 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 127 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 20 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom (2.4 kB at 108 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom (1.6 kB at 68 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom (1.7 kB at 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 205 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar (17 kB at 642 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar (27 kB at 934 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar (3.5 kB at 65 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar (2.9 MB at 4.7 MB/s) [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/library_test_gulevich/runner/org.eclipse.rcptt.runner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/library_test_gulevich/runner/org.eclipse.rcptt.runner/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/runner/org.eclipse.rcptt.runner/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runner --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner --- [INFO] /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner removed. [INFO] [INFO] ---------< org.eclipse.rcptt.runner.features:runner.features >---------- [INFO] Building runner.features 2.5.1-SNAPSHOT [4/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner.features --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner.features --- [INFO] /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/rcptt/runner/features/runner.features removed. [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration >-- [INFO] Building org.eclipse.rcptt.runner.integration 2.5.1-SNAPSHOT [5/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.integration --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.integration --- [INFO] /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration removed. [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless >-- [INFO] Building org.eclipse.rcptt.runner.headless 2.5.1-SNAPSHOT [6/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.headless --- [INFO] The project's OSGi version is 2.5.1.202002041953 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.headless --- [INFO] Fetching R-3.7.2-201202080800&format=xml&protocol=http&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/eclipse/updates/3.7/ [INFO] Fetching org.eclipse.core.net.win32.x86_1.0.100.I20110331-0827.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.45kB) [INFO] Fetching org.eclipse.core.net.win32.x86_1.0.100.I20110331-0827.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.45kB) [INFO] Fetching org.eclipse.core.net.linux.x86_1.1.200.I20110419-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.09kB) [INFO] Fetching org.eclipse.core.net.linux.x86_1.1.200.I20110419-0800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (34.09kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_1.4.0.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (7.67kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_1.4.0.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (7.67kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_1.1.300.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (28.23kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_1.1.300.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (28.23kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_3.5.100.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.35kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_3.5.100.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (15.35kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_1.0.200.v20100503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.25kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_1.0.200.v20100503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (17.25kB) Feb 13, 2020 10:56:02 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Feb 13, 2020 10:56:02 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (78.84kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64_1.0.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (78.84kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (71.17kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (71.17kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (78.85kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (78.85kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (77.72kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.s390_1.1.100.v20110505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (77.72kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (24.51kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (24.51kB) [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.headless --- [INFO] /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless removed. [INFO] [INFO] ---------------< org.eclipse.rcptt.runner:rcptt.runner >---------------- [INFO] Building rcptt.runner 2.5.1-SNAPSHOT [7/7] [INFO] ------------------------[ eclipse-application ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ rcptt.runner --- [INFO] The project's OSGi version is 2.5.1.202001130946 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:product-export (default-product-export) @ rcptt.runner --- [WARNING] The packaging type 'eclipse-application' is deprecated; use 'eclipse-repository' instead. See http://wiki.eclipse.org/Tycho_Messages_Explained#Eclipse_Application [INFO] Building zip: /home/jenkins/agent/workspace/library_test_gulevich/runner/product/target/rcptt.runner-2.5.1-SNAPSHOT.zip [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt.runner --- [INFO] /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/rcptt/runner/rcptt.runner removed. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runner 2.5.1-SNAPSHOT .............................. SUCCESS [ 0.125 s] [INFO] runner ............................................. SUCCESS [ 0.394 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 11.677 s] [INFO] runner.features .................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 1.507 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 7.498 s] [INFO] rcptt.runner 2.5.1-SNAPSHOT ........................ SUCCESS [ 11.082 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:29 min [INFO] Finished at: 2020-02-13T10:56:14Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn -f maven-plugin/pom.xml clean verify -Dmaven.repo.local=/home/jenkins/agent/workspace/library_test_gulevich/m2 -B -e [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RCPTT maven support modules [pom] [INFO] Utilities for RCPTT-related maven plugins [jar] [INFO] RCPTT runner maven plugin [maven-plugin] [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-maven-modules >---------------- [INFO] Building RCPTT maven support modules 2.5.1-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 385 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-modules --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 714 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 1.7 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (0 B at 0 B/s) [INFO] /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt-maven-util >----------------- [INFO] Building Utilities for RCPTT-related maven plugins 2.5.1-SNAPSHOT [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 476 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 383 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 708 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom (2.0 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom (1.2 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 8.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 934 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom (1.8 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 4.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 572 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 345 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 955 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 679 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 488 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 9.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 301 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar (182 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar (51 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar (165 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 201 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar (48 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 517 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 417 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 428 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 824 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 442 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 976 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 4.7 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 97 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 714 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 3.2 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-util --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 458 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 282 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 499 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 54 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 225 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 445 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 298 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/maven-plugin/rcptt-maven-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 405 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 317 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 540 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 751 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 664 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 431 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 493 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 651 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 192 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 334 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 726 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 28 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 412 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 282 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 746 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 451 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 207 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 1.1 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/library_test_gulevich/maven-plugin/rcptt-maven-util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/maven-plugin/rcptt-maven-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ rcptt-maven-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 771 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 389 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 666 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 97 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 125 kB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 1.9 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/rcptt/rcptt-maven-util removed. [INFO] [INFO] ----------------< org.eclipse.rcptt:rcptt-maven-plugin >---------------- [INFO] Building RCPTT runner maven plugin 2.5.1-SNAPSHOT [3/3] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom (13 kB at 586 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 478 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar (53 kB at 2.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-plugin --- [INFO] [INFO] --- maven-plugin-plugin:3.6.0:helpmojo (generated-helpmojo) @ rcptt-maven-plugin --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom (2.8 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom (3.9 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom (3.7 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom (2.9 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom (16 kB at 538 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom (4.0 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 407 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 636 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (3.5 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar (49 kB at 910 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar (18 kB at 137 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar (43 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 307 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 891 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 439 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 283 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 447 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 265 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 604 kB/s) [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 3 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ rcptt-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/library_test_gulevich/maven-plugin/rcptt-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 4 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/library_test_gulevich/maven-plugin/rcptt-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ rcptt-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/library_test_gulevich/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ rcptt-maven-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-plugin --- [INFO] /home/jenkins/agent/workspace/library_test_gulevich/m2/org/eclipse/rcptt/rcptt-maven-plugin removed. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.1-SNAPSHOT ......... SUCCESS [ 5.810 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 17.300 s] [INFO] RCPTT runner maven plugin 2.5.1-SNAPSHOT ........... SUCCESS [ 9.904 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33.613 s [INFO] Finished at: 2020-02-13T10:56:53Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + ./releng/doc/generate-doc.sh -Dmaven.repo.local=/home/jenkins/agent/workspace/library_test_gulevich/m2 -B -e SCRIPT_LOC = /home/jenkins/agent/workspace/library_test_gulevich/releng/doc PWD = /home/jenkins/agent/workspace/library_test_gulevich CLASSIFIER = linux/gtk/x86_64 ECLIPSE_LOC = /home/jenkins/agent/workspace/library_test_gulevich/releng/doc/../../repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt TARGET = /home/jenkins/agent/workspace/library_test_gulevich/releng/doc/target LAUNCHER = /home/jenkins/agent/workspace/library_test_gulevich/releng/doc/../../repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt/plugins/org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar Documentation generated to /home/jenkins/agent/workspace/library_test_gulevich/releng/doc/target/doc/ecl/index.html [Pipeline] } [Pipeline] // container [Pipeline] sh + . repository/full/target/publisher.properties + productVersion=2.5.1 + productQualifier=202002131032 + echo 2.5.1 [Pipeline] echo Version: 2.5.1 [Pipeline] sh + . repository/full/target/publisher.properties + productVersion=2.5.1 + productQualifier=202002131032 + echo 202002131032 [Pipeline] echo Qualifier: 202002131032 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive) [Pipeline] fingerprint Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (RCPTT Test) [Pipeline] container [Pipeline] { [Pipeline] sh + readlink -f /home/jenkins/agent/workspace/library_test_gulevich/runner/product/target/rcptt.runner-2.5.1-SNAPSHOT.zip + mvn clean verify -B -f rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/library_test_gulevich/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/library_test_gulevich/runner/product/target/rcptt.runner-2.5.1-SNAPSHOT.zip -DrcpttPath=/home/jenkins/agent/workspace/library_test_gulevich/repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/maven-metadata.xml (788 B at 882 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/rcptt-maven-plugin-2.5.1-20200213.052455-19.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/rcptt-maven-plugin-2.5.1-20200213.052455-19.pom [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/rcptt-maven-plugin-2.5.1-20200213.052455-19.pom (1.8 kB at 11 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.5.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.1-SNAPSHOT/maven-metadata.xml (615 B at 7.3 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.1-SNAPSHOT/rcptt-maven-modules-2.5.1-20200213.052425-19.pom [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.1-SNAPSHOT/rcptt-maven-modules-2.5.1-20200213.052425-19.pom (2.0 kB at 85 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/maven-metadata.xml (786 B at 7.9 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/rcptt-maven-util-2.5.1-20200213.052446-19.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/rcptt-maven-util-2.5.1-20200213.052446-19.pom [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/rcptt-maven-util-2.5.1-20200213.052446-19.pom (1.5 kB at 17 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/rcptt-maven-plugin-2.5.1-20200213.052455-19.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/rcptt-maven-util-2.5.1-20200213.052446-19.jar [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/rcptt-maven-plugin-2.5.1-20200213.052455-19.jar (36 kB at 321 kB/s) [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/rcptt-maven-util-2.5.1-20200213.052446-19.jar (22 kB at 176 kB/s) [INFO] [INFO] -------------------< org.eclipse.rcptt.tests:tests >-------------------- [INFO] Building tests 2.5.1-SNAPSHOT [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (663 B at 4.1 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 126 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 162 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 433 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (749 B at 8.0 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom (7.8 kB at 94 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar (34 kB at 343 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 441 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.4/byteman-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.4/byteman-4.0.4.pom (4.4 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-root/4.0.4/byteman-root-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-root/4.0.4/byteman-root-4.0.4.pom (21 kB at 346 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.4/byteman-4.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.4/byteman-4.0.4.jar (817 kB at 3.5 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.1-SNAPSHOT:resources (default-resources) @ tests --- [INFO] Extracting AUT to /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (byteman) @ tests --- [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 27 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 187 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 14 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 56 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 183 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 66 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 145 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 73 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 43 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 37 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 47 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 59 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 36 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 95 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 87 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 293 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 292 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 84 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 118 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 26 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 31 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 73 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 111 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 301 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 185 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 103 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 664 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 29 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 399 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 41 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 48 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 17 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 221 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 84 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 143 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 350 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 43 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 11 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 173 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 18 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 42 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 32 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 36 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 40 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 141 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 50 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 416 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 40 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 61 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 46 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 94 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 47 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 22 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 26 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 49 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 25 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 54 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 47 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 38 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 31 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 48 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 35 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 139 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 145 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 896 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 436 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 329 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 539 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 120 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 54 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (0 B at 0 B/s) [INFO] Copying byteman-4.0.4.jar to /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/dependency/byteman.jar [INFO] [INFO] --- rcptt-maven-plugin:2.5.1-SNAPSHOT:execute (default-execute) @ tests --- [INFO] Runner command line is /bin/sh -c cd /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/runner/eclipse && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms128m -Xmx256m -Dorg.eclipse.rcptt.runner.returnTestFailure=true -jar /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -data /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/aut/rcptt -autWsPrefix /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/results/aut-console- -autVMArgs -XX:+HeapDumpOnOutOfMemoryError -autArgs '-nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/debug.options' -q7report /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/projects/tests -testOptions execTimeout=28800 -timeout 28800 -shutdownListenerPort 9137 -skipTags 'skipExecution;skipLinux' [INFO] The execution timeout is set to 28800 seconds [INFO] Started at Thu Feb 13 11:15:42 UTC 2020 [INFO] RCPTT Runner version: 2.5.1 [INFO] Initializing target platform... [INFO] Begin task: Create AUT configuration [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.antlr.runtime [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.aspectj.weaver [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.importer.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.importer [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.importer.rose [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ant [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.importer.java [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.dom4j [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.apache.poi [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing config.a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing file:/home/jenkins/agent/workspace/library_test_gulevich/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing file:/home/jenkins/agent/workspace/library_test_gulevich/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing 202002041953.Default [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/projects/tests... OK [INFO] Refreshing projects: [INFO] rcpttTests... OK [INFO] Searching for tests in projects: [INFO] rcpttTests... [INFO] -- Testcase is skipped by tag "skipExecution" -- Apply Context With Set Delay Command.test [INFO] -- Testcase is skipped by tag "skipExecution" -- LaunchingAnUnsavedTestCase.test [INFO] -- Testcase is skipped by tag "skipExecution" -- NavigationOnScriptViewerInECLContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- CancelCloseTestEditor.test [INFO] -- Testcase is skipped by tag "skipExecution" -- ScriptEditorCompletion_TC2.test [INFO] -- Testcase is skipped by tag "skipExecution" -- LoopedTestSuiteExecution.test [INFO] -- Testcase is skipped by tag "skipExecution" -- Combo Test_Debug With Super Context.test [INFO] -- Testcase is skipped by tag "skipExecution" -- UserFriendlyMessageWhenInvalidTestCaseIsExecuted.test [INFO] -- Testcase is skipped by tag "skipExecution" -- MultiSelection.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RecordSimpleSnippet.test [INFO] -- Testcase is skipped by tag "skipExecution" -- CellEditing.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SeveralTimesTestReplaying1.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RecordAfterReplayFailedRestart.test [INFO] -- Testcase is skipped by tag "skipExecution" -- ErrLogVerification_Widget is disposed is thrown when you add any antry after you edit verification's name and press Ctrl+S.test [INFO] -- Testcase is skipped by tag "skipExecution" -- LaunchTargetPlatformFromLaunchContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- FilteringAtTerminatingLaunches.test [INFO] -- Testcase is skipped by tag "skipExecution" -- AddIncorrectProjectInWSContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- AddDuplicateProjectInWSContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RenameContextInEditorToDuplicate.test [INFO] -- Testcase is skipped by tag "skipLinux" -- CreateProjectWithIncorrectName.test [INFO] -- Testcase is skipped by tag "skipExecution" -- DeleteRefencedProject.test [INFO] -- Testcase is skipped by tag "skipExecution" -- TestReportOpenCloseOpen.test [INFO] -- Testcase is skipped by tag "skipExecution" -- DeleteWithoutAutoBuild.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RenameTestInEditorToDuplicate.test [INFO] -- Testcase is skipped by tag "skipExecution" -- EditorCanBeOpenedBySingleClick.test [INFO] -- Testcase is skipped by tag "skipLinux" -- FormWithSectionRecording.test [INFO] -- Testcase is skipped by tag "skipLinux" -- FormWithSelectionRecording.test [INFO] -- Testcase is skipped by tag "skipLinux" -- FilterSearchClearButton.test [INFO] -- Testcase is skipped by tag "skipLinux" -- ClearSearchFieldByPressingOnClearButton.test [INFO] -- Testcase is skipped by tag "skipExecution" -- ReplayTestWhenQ7CannotConnectToAUT.test [INFO] -- Testcase is skipped by tag "skipExecution" -- Save AUT Details For Runnig AUT.test [INFO] -- Testcase is skipped by tag "skipExecution" -- LaunchSecondAUTWhenOneAUTRun.test [INFO] -- Testcase is skipped by tag "skipExecution" -- DeleteAUTFromContextMenu.test [INFO] -- Testcase is skipped by tag "skipExecution" -- DeleteAUT.test [INFO] -- Testcase is skipped by tag "skipExecution" -- StopAUT.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RunAUTByRunCommand.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RunAUTByRunButton.test [INFO] -- Testcase is skipped by tag "skipExecution" -- AutoCreationNewTestSuite.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SavingOnlyTestsInTestSuites.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RunTestsWhenStopOnFirstFailureSet_TC2.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SaveExistentTagInProjectAfterRestartingQ7.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SaveNewTagAfterRestartingQ7.test [INFO] -- Testcase is skipped by tag "skipLinux" -- SaveButtonOnToolbar.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SwitchToClosedPerspective.test [INFO] -- Testcase is skipped by tag "skipLinux" -- SaveAllButtonOnToolbar.test [INFO] Complete OK [INFO] Testcase Artifacts:777 [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.eclipse.rcptt.platform.product [INFO] AUT-0:Application: org.eclipse.ui.ide.workbench [INFO] AUT-0:Architecture: x86_64 [INFO] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426" specified in config file: rcptt.ini [INFO] /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/aut-ws-0: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/aut-ws-0: AUT VM arguments: -Xms128m -Xmx768m -XX:PermSize=128M -XX:MaxPermSize=192M -XX:+HeapDumpOnOutOfMemoryError [INFO] Pass 1 (777) processed. 0 failed. spent: 2:00, 776:00 mins remaining. 442980_ClassCastExceptions. time: 119083ms [INFO] Pass 2 (777) processed. 0 failed. spent: 2:14, 432:09 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 13593ms [INFO] Pass 3 (777) processed. 0 failed. spent: 2:27, 378:46 mins remaining. Add Folder In Workspace Context. time: 12254ms [INFO] Pass 4 (777) processed. 0 failed. spent: 2:37, 336:40 mins remaining. Add Project To Workspace Context. time: 9412ms [INFO] Pass 5 (777) processed. 0 failed. spent: 2:45, 302:53 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 7605ms [INFO] Pass 6 (777) processed. 0 failed. spent: 3:14, 311:12 mins remaining. AddAndRemoveEditorsInWBContext. time: 29306ms [INFO] Pass 7 (777) processed. 0 failed. spent: 3:43, 317:34 mins remaining. AddAndRemoveViewsInWBContext. time: 28834ms [INFO] Pass 8 (777) processed. 0 failed. spent: 4:00, 307:12 mins remaining. AddContextFromControlPanel. time: 16299ms [INFO] Pass 9 (777) processed. 0 failed. spent: 4:11, 291:41 mins remaining. AddContextToDefaultContext. time: 10707ms [INFO] Pass 10 (777) processed. 0 failed. spent: 4:27, 284:03 mins remaining. AddContextToDefaultContextByDragDrop. time: 15141ms [INFO] Pass 11 (777) processed. 0 failed. spent: 4:37, 271:40 mins remaining. AddContextToGroupContext. time: 10001ms [INFO] Pass 12 (777) processed. 0 failed. spent: 4:49, 262:51 mins remaining. AddContextToGroupContextFromAnotherProject. time: 12210ms [INFO] Pass 13 (777) processed. 0 failed. spent: 5:02, 256:01 mins remaining. AddContextToTest. time: 12014ms [INFO] Pass 14 (777) processed. 0 failed. spent: 5:13, 248:26 mins remaining. AddContextToTestByDragDrop. time: 10672ms [INFO] Pass 15 (777) processed. 0 failed. spent: 5:25, 242:28 mins remaining. AddContextToTestByDragDrop_TC2. time: 12104ms [INFO] Pass 16 (777) processed. 0 failed. spent: 5:38, 237:51 mins remaining. AddDescriptionToDefaultContext. time: 12751ms [INFO] Pass 17 (777) processed. 0 failed. spent: 5:49, 232:21 mins remaining. AddDescriptionToTestSuite. time: 10555ms [INFO] Pass 18 (777) processed. 0 failed. spent: 5:58, 226:08 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 8886ms [INFO] Pass 19 (777) processed. 0 failed. spent: 6:07, 220:29 mins remaining. AddDuplicateTestsToTestSuite. time: 8201ms [INFO] Pass 20 (777) processed. 0 failed. spent: 6:18, 216:29 mins remaining. AddExistentTagToSingleElement. time: 11366ms [INFO] Pass 21 (777) processed. 0 failed. spent: 6:34, 215:33 mins remaining. AddFilesToFolderContext. time: 14630ms [INFO] Pass 22 (777) processed. 0 failed. spent: 6:46, 212:35 mins remaining. AddFolderInContext. time: 11850ms [INFO] Pass 23 (777) processed. 0 failed. spent: 7:02, 211:50 mins remaining. AddFolderInTestSuite. time: 15522ms [INFO] Pass 24 (777) processed. 0 failed. spent: 7:16, 210:10 mins remaining. AddFolderToFolderContext. time: 13498ms [INFO] Pass 25 (777) processed. 0 failed. spent: 7:25, 206:17 mins remaining. AddFolderWithTestsToTestSuite. time: 8860ms [INFO] Pass 26 (777) processed. 0 failed. spent: 7:46, 208:02 mins remaining. AddNewAUTConfiguration. time: 21271ms [INFO] Pass 27 (777) processed. 0 failed. spent: 8:03, 207:54 mins remaining. AddNewTagToProject. time: 16378ms [INFO] Pass 28 (777) processed. 0 failed. spent: 8:18, 206:56 mins remaining. AddNewTagToResourceGroup. time: 14411ms [INFO] Pass 29 (777) processed. 0 failed. spent: 8:29, 204:25 mins remaining. AddNewTagToSingleElement. time: 11071ms [INFO] Pass 30 (777) processed. 0 failed. spent: 8:48, 205:09 mins remaining. AddProjectInContext. time: 18930ms [INFO] Pass 31 (777) processed. 0 failed. spent: 9:01, 203:33 mins remaining. AddReferenceAtAddingContextToTest. time: 12426ms [INFO] Pass 32 (777) processed. 0 failed. spent: 9:15, 202:24 mins remaining. AddSeveralExistentTagsToFolder. time: 13624ms [INFO] Pass 33 (777) processed. 0 failed. spent: 9:25, 199:54 mins remaining. AddSeveralPreferenceValuesInContext. time: 9517ms [INFO] Pass 34 (777) processed. 0 failed. spent: 9:33, 196:50 mins remaining. AddSeveralPreferenceValuesInContext. time: 8313ms [INFO] Pass 35 (777) processed. 0 failed. spent: 9:45, 195:15 mins remaining. AddSinglePreferenceValueInContext. time: 10976ms [INFO] Pass 36 (777) processed. 0 failed. spent: 9:57, 193:45 mins remaining. AddSinglePreferenceValueInContext. time: 11137ms [INFO] Pass 37 (777) processed. 0 failed. spent: 10:09, 192:19 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 11422ms [INFO] Pass 38 (777) processed. 0 failed. spent: 10:19, 190:20 mins remaining. AddTagToContextWhenEditorIsOpened. time: 10077ms [INFO] Pass 39 (777) processed. 0 failed. spent: 10:30, 188:44 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 10362ms [INFO] Pass 40 (777) processed. 0 failed. spent: 10:40, 186:55 mins remaining. AddTagToTestSuite. time: 10014ms [INFO] Pass 41 (777) processed. 0 failed. spent: 10:53, 186:01 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 12676ms [INFO] Pass 42 (777) processed. 0 failed. spent: 11:05, 184:53 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 11899ms [INFO] Pass 43 (777) processed. 0 failed. spent: 11:15, 183:15 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 9154ms [INFO] Pass 44 (777) processed. 0 failed. spent: 11:30, 183:00 mins remaining. AddTaskToEclContext. time: 14690ms [INFO] Pass 45 (777) processed. 0 failed. spent: 11:43, 182:13 mins remaining. AddTaskToScriptEditor. time: 13153ms [INFO] Pass 46 (777) processed. 0 failed. spent: 11:55, 181:13 mins remaining. AddTestCaseToTestSuite. time: 10980ms [INFO] Pass 47 (777) processed. 0 failed. spent: 12:09, 184:46 mins remaining. AddTestInTestSuite. time: 13302ms [INFO] Pass 48 (777) processed. 0 failed. spent: 12:45, 185:38 mins remaining. AddTestSuiteToTestSuite. time: 35835ms [INFO] Pass 49 (777) processed. 0 failed. spent: 13:19, 189:49 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 33730ms [INFO] Pass 50 (777) processed. 0 failed. spent: 13:33, 189:10 mins remaining. AddTestsToSuiteByDragDrop. time: 14313ms [INFO] Pass 51 (777) processed. 0 failed. spent: 13:47, 188:32 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 13675ms [INFO] Pass 52 (777) processed. 0 failed. spent: 14:04, 188:35 mins remaining. AddVerificationIntoTestCase. time: 16663ms [INFO] Pass 53 (777) processed. 0 failed. spent: 14:12, 186:39 mins remaining. AddWithTag_NOT. time: 7388ms [INFO] Pass 54 (777) processed. 0 failed. spent: 14:18, 184:22 mins remaining. AddWithTag_OR. time: 5963ms [INFO] Pass 55 (777) processed. 0 failed. spent: 14:25, 182:21 mins remaining. AddWithTags_AND. time: 6960ms [INFO] Pass 56 (777) processed. 0 failed. spent: 14:34, 180:49 mins remaining. AddingParameterIntoParametersContextAddButton. time: 8400ms [INFO] Pass 57 (777) processed. 0 failed. spent: 14:43, 179:20 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 8975ms [INFO] Pass 58 (777) processed. 0 failed. spent: 14:53, 178:06 mins remaining. AdvancedOptions. time: 9195ms [INFO] Pass 59 (777) processed. 0 failed. spent: 14:57, 175:43 mins remaining. AdvancedOptionsFocus. time: 4443ms [INFO] Pass 60 (777) processed. 0 failed. spent: 15:17, 176:29 mins remaining. Allow/Not Alow Uncaptured Children. time: 19440ms [INFO] Pass 61 (777) processed. 0 failed. spent: 15:30, 175:54 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 12030ms [INFO] Pass 62 (777) processed. 0 failed. spent: 15:39, 174:35 mins remaining. AnyCharacterSearch. time: 8775ms [INFO] Pass 63 (777) processed. 0 failed. spent: 15:47, 173:07 mins remaining. AnyStringSearch. time: 7860ms [INFO] Pass 64 (777) processed. 0 failed. spent: 16:10, 174:24 mins remaining. Apply ECL Context outside test case. time: 22817ms [INFO] Pass 65 (777) processed. 0 failed. spent: 16:28, 174:44 mins remaining. Apply ECL Context. time: 17725ms [INFO] Pass 66 (777) processed. 0 failed. spent: 16:38, 173:40 mins remaining. Apply New Empty ECL Context. time: 9039ms [INFO] Pass 67 (777) processed. 0 failed. spent: 16:43, 171:46 mins remaining. AssertionFilter_ByProperty. time: 5466ms [INFO] Pass 68 (777) processed. 0 failed. spent: 16:50, 170:15 mins remaining. AssertionFilter_ByValue. time: 6498ms [INFO] Pass 69 (777) processed. 0 failed. spent: 16:59, 169:06 mins remaining. AssertionOfTableWithExcludedColumns. time: 8726ms [INFO] Pass 70 (777) processed. 0 failed. spent: 17:08, 168:00 mins remaining. AssertionOfTableWithSelectedColumns. time: 8516ms [INFO] Pass 71 (777) processed. 0 failed. spent: 17:16, 166:45 mins remaining. AssertionOfTreeCase1. time: 7501ms [INFO] Pass 72 (777) processed. 0 failed. spent: 17:27, 166:00 mins remaining. AssertionOfTreeCase2. time: 10253ms [INFO] Pass 73 (777) processed. 0 failed. spent: 17:35, 164:48 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 8148ms [INFO] Pass 74 (777) processed. 0 failed. spent: 17:45, 163:57 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 9179ms [INFO] Pass 75 (777) processed. 0 failed. spent: 17:52, 162:39 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 7217ms [INFO] Pass 76 (777) processed. 0 failed. spent: 18:01, 161:41 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 8616ms [INFO] Pass 77 (777) processed. 0 failed. spent: 18:08, 160:26 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 6674ms [INFO] Pass 78 (777) processed. 0 failed. spent: 18:17, 159:31 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 8296ms [INFO] Pass 79 (777) processed. 0 failed. spent: 18:29, 159:02 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 11015ms [INFO] Pass 80 (777) processed. 0 failed. spent: 18:39, 158:17 mins remaining. AssertionWindowIsNotShownForTableItem. time: 10117ms [INFO] Pass 81 (777) processed. 0 failed. spent: 18:55, 158:23 mins remaining. AutoCompletionInEclContext. time: 15111ms [INFO] Pass 82 (777) processed. 0 failed. spent: 19:06, 157:48 mins remaining. Autocomplete. time: 10508ms [INFO] Pass 83 (777) processed. 0 failed. spent: 19:14, 156:48 mins remaining. AutocreationDefaultContextAtCreationProject. time: 7629ms [INFO] Pass 84 (777) processed. 0 failed. spent: 19:25, 156:14 mins remaining. BackForwardButtonsOnToolbar. time: 11114ms [INFO] Pass 85 (777) processed. 0 failed. spent: 19:32, 155:08 mins remaining. Bug 442685 NullPointerException. time: 6176ms [INFO] Pass 86 (777) processed. 0 failed. spent: 19:43, 156:36 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 11335ms [INFO] Pass 87 (777) processed. 0 failed. spent: 19:48, 153:16 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 4519ms [INFO] Pass 88 (777) processed. 0 failed. spent: 19:56, 152:22 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 7047ms [INFO] Pass 89 (777) processed. 0 failed. spent: 20:01, 151:06 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 4704ms [INFO] Pass 90 (777) processed. 0 failed. spent: 20:05, 149:45 mins remaining. Bug 474198_Read-File command. time: 3688ms [INFO] Pass 91 (777) processed. 0 failed. spent: 21:29, 158:14 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 84424ms [INFO] Pass 92 (777) processed. 0 failed. spent: 21:38, 157:25 mins remaining. Cancel Preference Context Creation. time: 8370ms [INFO] Pass 93 (777) processed. 0 failed. spent: 21:47, 156:36 mins remaining. Cancel Workbench Context Creation. time: 8756ms [INFO] Pass 94 (777) processed. 0 failed. spent: 21:55, 157:34 mins remaining. Cancel Workspace Context Creation. time: 7634ms [INFO] Pass 95 (777) processed. 0 failed. spent: 23:11, 162:45 mins remaining. CancelAUTCreation. time: 75880ms [INFO] Pass 96 (777) processed. 0 failed. spent: 23:22, 162:08 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 10521ms [INFO] Pass 97 (777) processed. 0 failed. spent: 23:34, 161:38 mins remaining. CancelCloseContextEditor. time: 11119ms [INFO] Pass 98 (777) processed. 0 failed. spent: 23:57, 162:22 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 22554ms [INFO] Pass 99 (777) processed. 0 failed. spent: 24:07, 161:39 mins remaining. CancelCreationProject. time: 9822ms [INFO] Pass 100 (777) processed. 0 failed. spent: 24:24, 161:42 mins remaining. CancelDeleteFolderWithObjects. time: 16614ms [INFO] Pass 101 (777) processed. 0 failed. spent: 24:37, 161:19 mins remaining. CancelDeleteProject. time: 13450ms [INFO] Pass 102 (777) processed. 0 failed. spent: 24:44, 160:17 mins remaining. CancelGroupContextCreation. time: 6769ms [INFO] Pass 103 (777) processed. 0 failed. spent: 24:55, 159:42 mins remaining. CancelQ7Export. time: 10348ms [INFO] Pass 104 (777) processed. 0 failed. spent: 25:44, 163:08 mins remaining. CancelRemoveHistory. time: 48591ms [INFO] Pass 105 (777) processed. 0 failed. spent: 26:08, 165:40 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 23953ms [INFO] Pass 106 (777) processed. 0 failed. spent: 26:25, 163:52 mins remaining. CancelRenameContext. time: 15995ms [INFO] Pass 107 (777) processed. 0 failed. spent: 26:45, 164:10 mins remaining. CancelRenameProject. time: 19590ms [INFO] Pass 108 (777) processed. 0 failed. spent: 27:00, 163:57 mins remaining. CancelRenameTest. time: 15399ms [INFO] Pass 109 (777) processed. 0 failed. spent: 27:12, 163:26 mins remaining. CannotDeleteDefaultContextFromProject. time: 11018ms [INFO] Pass 110 (777) processed. 0 failed. spent: 27:20, 162:32 mins remaining. CannotRemoveDefaultContextsFromTest. time: 8157ms [INFO] Pass 111 (777) processed. 0 failed. spent: 27:32, 162:01 mins remaining. Capture Workspace and Apply Context. time: 11225ms [INFO] Pass 112 (777) processed. 0 failed. spent: 27:49, 162:01 mins remaining. CaptureContextWhileAddingToGroupContext. time: 16582ms [INFO] Pass 113 (777) processed. 0 failed. spent: 27:57, 161:08 mins remaining. CaptureForPreferencesContext. time: 7577ms [INFO] Pass 114 (777) processed. 0 failed. spent: 28:24, 162:04 mins remaining. CaptureForWorkbenchContext. time: 26857ms [INFO] Pass 115 (777) processed. 0 failed. spent: 29:02, 164:01 mins remaining. CaptureLaunchContext. time: 37193ms [INFO] Pass 116 (777) processed. 0 failed. spent: 31:02, 173:34 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 120328ms [INFO] Pass 117 (777) processed. 0 failed. spent: 31:29, 174:20 mins remaining. CaptureTableVerification. time: 26877ms [INFO] Pass 118 (777) processed. 0 failed. spent: 31:50, 174:33 mins remaining. CaptureTreeVerification. time: 19580ms [INFO] Pass 119 (777) processed. 0 failed. spent: 33:46, 183:20 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 115729ms [INFO] Pass 120 (777) processed. 0 failed. spent: 34:54, 187:39 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 67675ms [INFO] Pass 121 (777) processed. 0 failed. spent: 35:04, 186:44 mins remaining. CaseSensitiveSearch. time: 10360ms [INFO] Pass 122 (777) processed. 0 failed. spent: 35:14, 185:49 mins remaining. Change Editors order in workbench context. time: 9752ms [INFO] Pass 123 (777) processed. 0 failed. spent: 35:25, 185:01 mins remaining. Change views order in workbench context. time: 9857ms [INFO] Pass 124 (777) processed. 0 failed. spent: 35:35, 184:07 mins remaining. ChangeSaveLoad. time: 9785ms [INFO] Pass 125 (777) processed. 0 failed. spent: 35:48, 183:30 mins remaining. ChangeTestCaseNameDuringImport. time: 12657ms [INFO] Pass 126 (777) processed. 0 failed. spent: 35:55, 182:23 mins remaining. Check default options for new workbench context. time: 7327ms [INFO] Pass 127 (777) processed. 0 failed. spent: 36:04, 181:27 mins remaining. CheckDirtyFlagAfterEdit. time: 8800ms [INFO] Pass 128 (777) processed. 0 failed. spent: 37:05, 184:50 mins remaining. CheckExecutionViewHistory. time: 60603ms [INFO] Pass 129 (777) processed. 0 failed. spent: 37:34, 185:32 mins remaining. CheckJunitXMLReport. time: 28529ms [INFO] Pass 130 (777) processed. 0 failed. spent: 37:45, 184:44 mins remaining. MissingReferences. time: 10742ms [INFO] Pass 131 (777) processed. 0 failed. spent: 38:06, 184:46 mins remaining. CheckResourceModifications. time: 20074ms [INFO] Pass 132 (777) processed. 0 failed. spent: 38:32, 185:11 mins remaining. CheckXMLReport. time: 25526ms [INFO] Pass 133 (777) processed. 0 failed. spent: 38:39, 184:05 mins remaining. Clear Description in Workbench Context. time: 6814ms [INFO] Pass 134 (777) processed. 0 failed. spent: 39:01, 184:10 mins remaining. Clear Workspace. time: 21610ms [INFO] Pass 135 (777) processed. 0 failed. spent: 39:49, 186:17 mins remaining. ClearBreakpointsInLaunchContext. time: 47592ms [INFO] Pass 136 (777) processed. 0 failed. spent: 40:00, 185:30 mins remaining. ClearClipboardInWBContext. time: 10478ms [INFO] Pass 137 (777) processed. 0 failed. spent: 40:09, 184:34 mins remaining. ClearDescriptionInContextEditor. time: 8722ms [INFO] Pass 138 (777) processed. 0 failed. spent: 40:18, 183:39 mins remaining. ClearDescriptionInTestEditor. time: 9431ms [INFO] Pass 139 (777) processed. 0 failed. spent: 40:28, 182:49 mins remaining. ClearDescriptionInTestSuite. time: 9351ms [INFO] Pass 140 (777) processed. 0 failed. spent: 41:09, 185:54 mins remaining. ClearExecutionHistory. time: 40919ms [INFO] Pass 141 (777) processed. 0 failed. spent: 41:19, 183:28 mins remaining. ClearFolderInFolderContext. time: 9657ms [INFO] Pass 142 (777) processed. 0 failed. spent: 41:45, 183:48 mins remaining. ClearLaunchConfigurations. time: 25219ms [INFO] Pass 143 (777) processed. 0 failed. spent: 41:54, 182:54 mins remaining. ClearPreferencesInPrefContext. time: 8603ms [INFO] Pass 144 (777) processed. 0 failed. spent: 42:00, 181:48 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 5873ms [INFO] Pass 145 (777) processed. 0 failed. spent: 42:09, 180:55 mins remaining. ClearScriptInControlPanel. time: 8704ms [INFO] Pass 146 (777) processed. 0 failed. spent: 42:19, 180:07 mins remaining. ClearScriptViewer. time: 9905ms [INFO] Pass 147 (777) processed. 0 failed. spent: 42:31, 179:28 mins remaining. ClearScriptViewerInECLContext. time: 11555ms [INFO] Pass 148 (777) processed. 0 failed. spent: 42:41, 178:42 mins remaining. ClearWorkspaceByFolderContext. time: 10081ms [INFO] Pass 149 (777) processed. 0 failed. spent: 43:00, 178:32 mins remaining. Close Modal Dialogs. time: 18255ms [INFO] Pass 150 (777) processed. 0 failed. spent: 43:07, 177:34 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 6885ms [INFO] Pass 151 (777) processed. 0 failed. spent: 43:18, 176:52 mins remaining. CloseControlPanel. time: 11480ms [INFO] Pass 152 (777) processed. 0 failed. spent: 43:33, 176:27 mins remaining. CloseEditorAtDeletingProject. time: 14612ms [INFO] Pass 153 (777) processed. 0 failed. spent: 43:55, 176:31 mins remaining. CloseOpenedEditorsInWBContext. time: 21888ms [INFO] Pass 154 (777) processed. 0 failed. spent: 44:05, 175:46 mins remaining. CloseTextEditor. time: 8601ms [INFO] Pass 155 (777) processed. 0 failed. spent: 44:23, 175:33 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 17601ms [INFO] Pass 156 (777) processed. 0 failed. spent: 44:36, 175:00 mins remaining. ClosedProjectInQ7Explorer. time: 12744ms [INFO] Pass 157 (777) processed. 0 failed. spent: 44:54, 174:47 mins remaining. Coloring Comments in Script Viewer. time: 17641ms [INFO] Fail 158 (777) processed. 1 failed. spent: 45:01, 173:52 mins remaining. ColumnIndexClickRecording. time: 6678ms Cause: Assertion of index failed: expected:<2> but was:<3>. [INFO] Pass 159 (777) processed. 1 failed. spent: 45:07, 172:54 mins remaining. ColumnTitlesClickRecording. time: 6341ms [INFO] Pass 160 (777) processed. 1 failed. spent: 45:15, 172:03 mins remaining. ColumnRegExpTitleClickRecording. time: 7366ms [INFO] Pass 161 (777) processed. 1 failed. spent: 45:27, 171:28 mins remaining. Comment 1-line. time: 11507ms [INFO] Pass 162 (777) processed. 1 failed. spent: 45:42, 171:05 mins remaining. Comment 2-lines. time: 15085ms [INFO] Pass 163 (777) processed. 1 failed. spent: 45:56, 170:38 mins remaining. Comment javadoc. time: 13256ms [INFO] Pass 164 (777) processed. 1 failed. spent: 46:10, 170:12 mins remaining. CommentsSeveralLinesInScriptView. time: 13624ms [INFO] Pass 165 (777) processed. 1 failed. spent: 46:25, 169:49 mins remaining. CompareTestCaseWithItsLocalHistory. time: 15133ms [INFO] Pass 166 (777) processed. 1 failed. spent: 46:36, 169:12 mins remaining. CompareTestCasesByComparingProjects. time: 10457ms [INFO] Pass 167 (777) processed. 1 failed. spent: 46:49, 168:42 mins remaining. CompareTestCasesWithThreeWayComparison. time: 12329ms [INFO] Pass 168 (777) processed. 1 failed. spent: 47:00, 168:05 mins remaining. CompareTwoTestCasesWithEachOther. time: 11073ms [INFO] Pass 169 (777) processed. 1 failed. spent: 47:13, 167:36 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 12547ms [INFO] Pass 170 (777) processed. 1 failed. spent: 47:22, 166:53 mins remaining. ConfigureProjectDefaultVerifications. time: 8229ms [INFO] Pass 171 (777) processed. 1 failed. spent: 47:33, 166:17 mins remaining. Context. time: 10605ms [INFO] Fail 172 (777) processed. 2 failed. spent: 47:39, 165:24 mins remaining. ContextMenuActionsRecordingForBrowser. time: 5644ms Cause: The Menu "[Close]" could not be found. [INFO] Pass 173 (777) processed. 2 failed. spent: 47:46, 164:35 mins remaining. ContextMenu_Context. time: 6756ms [INFO] Pass 174 (777) processed. 2 failed. spent: 47:52, 163:43 mins remaining. ContextMenu_Name. time: 6454ms [INFO] Pass 175 (777) processed. 2 failed. spent: 48:00, 162:58 mins remaining. ContextMenu_Script. time: 7417ms [INFO] Pass 176 (777) processed. 2 failed. spent: 48:06, 162:08 mins remaining. ContextMenu_Tag. time: 6117ms [INFO] Pass 177 (777) processed. 2 failed. spent: 48:14, 161:24 mins remaining. ContextMenusOnOldProjects. time: 7025ms [INFO] Pass 178 (777) processed. 2 failed. spent: 48:32, 161:14 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 18040ms [INFO] Pass 179 (777) processed. 2 failed. spent: 48:51, 161:07 mins remaining. ContextSelectionDialog_Capturing. time: 18899ms [INFO] Pass 180 (777) processed. 2 failed. spent: 49:16, 161:20 mins remaining. ContextSelectionDialog_ControlPanel. time: 24007ms [INFO] Pass 181 (777) processed. 2 failed. spent: 49:25, 160:40 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 8330ms [INFO] Pass 182 (777) processed. 2 failed. spent: 49:33, 159:57 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 8296ms [INFO] Pass 183 (777) processed. 2 failed. spent: 49:52, 159:50 mins remaining. ControlPanel. time: 18578ms [INFO] Pass 184 (777) processed. 2 failed. spent: 50:54, 162:00 mins remaining. ControlPanelShoudBeResizeble. time: 61690ms [INFO] Pass 185 (777) processed. 2 failed. spent: 51:04, 161:23 mins remaining. ControlPanelUI. time: 9509ms [INFO] Pass 186 (777) processed. 2 failed. spent: 51:17, 160:56 mins remaining. Copy Workspace Context. time: 12920ms [INFO] Pass 187 (777) processed. 2 failed. spent: 51:25, 160:14 mins remaining. Copy of ContextMenu_Verification. time: 7477ms [INFO] Pass 188 (777) processed. 2 failed. spent: 51:42, 159:59 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 17348ms [INFO] Pass 189 (777) processed. 2 failed. spent: 51:56, 159:36 mins remaining. CopyAndRenameContext. time: 13424ms [INFO] Pass 190 (777) processed. 2 failed. spent: 52:07, 159:03 mins remaining. CopyAndRenameProject. time: 11058ms [INFO] Pass 191 (777) processed. 2 failed. spent: 52:17, 158:28 mins remaining. CopyAndRenameTestToTheSameLocation. time: 9457ms [INFO] Pass 192 (777) processed. 2 failed. spent: 52:28, 157:56 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 10943ms [INFO] Pass 193 (777) processed. 2 failed. spent: 52:39, 157:24 mins remaining. CopyContextListToAnotherTestInOneProject. time: 10294ms [INFO] Pass 194 (777) processed. 2 failed. spent: 52:50, 156:52 mins remaining. CopyContextListToTestByShortKey. time: 10919ms [INFO] Pass 195 (777) processed. 2 failed. spent: 53:01, 156:21 mins remaining. CopyContextListToTestFromReferencedProject. time: 11127ms [INFO] Pass 196 (777) processed. 2 failed. spent: 53:18, 156:07 mins remaining. CopyContextToAnotherProject. time: 16820ms [INFO] Pass 197 (777) processed. 2 failed. spent: 53:34, 155:51 mins remaining. CopyContextToProjectWithDuplicateContext. time: 15595ms [INFO] Pass 198 (777) processed. 2 failed. spent: 53:57, 155:54 mins remaining. CopyContextToTestFromNotReferencedProject. time: 22597ms [INFO] Pass 199 (777) processed. 2 failed. spent: 54:09, 155:26 mins remaining. CopyContextToTheSameLocation. time: 11286ms [INFO] Pass 200 (777) processed. 2 failed. spent: 54:16, 154:44 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 7220ms [INFO] Pass 201 (777) processed. 2 failed. spent: 54:27, 154:13 mins remaining. CopyDirectory. time: 10396ms [INFO] Pass 202 (777) processed. 2 failed. spent: 54:38, 153:43 mins remaining. CopyFile. time: 11298ms [INFO] Pass 203 (777) processed. 2 failed. spent: 54:53, 153:24 mins remaining. CopyFolderToAnotherProject. time: 14192ms [INFO] Pass 204 (777) processed. 2 failed. spent: 55:11, 153:13 mins remaining. CopyFolderToTheSameLocation. time: 18098ms [INFO] Pass 205 (777) processed. 2 failed. spent: 55:29, 153:02 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 17006ms [INFO] Pass 206 (777) processed. 2 failed. spent: 55:38, 152:27 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 8760ms [INFO] Pass 207 (777) processed. 2 failed. spent: 55:46, 152:49 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 7018ms [INFO] Pass 208 (777) processed. 2 failed. spent: 55:54, 151:11 mins remaining. CopyPaste In Group Context Editor From Menu. time: 8186ms [INFO] Pass 209 (777) processed. 2 failed. spent: 56:02, 150:34 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 7862ms [INFO] Pass 210 (777) processed. 2 failed. spent: 56:11, 149:59 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 8798ms [INFO] Pass 211 (777) processed. 2 failed. spent: 56:20, 149:25 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 8123ms [INFO] Pass 212 (777) processed. 2 failed. spent: 56:28, 148:49 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 7523ms [INFO] Pass 213 (777) processed. 2 failed. spent: 56:37, 148:15 mins remaining. CopyPaste In Super Context Editor From Menu. time: 8587ms [INFO] Pass 214 (777) processed. 2 failed. spent: 56:48, 147:47 mins remaining. CopyPaste In Test Case Editor From Menu. time: 10714ms [INFO] Pass 215 (777) processed. 2 failed. spent: 56:56, 147:11 mins remaining. CopyPaste In Verification Editor From Menu. time: 8257ms [INFO] Pass 216 (777) processed. 2 failed. spent: 57:05, 146:38 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 8406ms [INFO] Pass 217 (777) processed. 2 failed. spent: 57:14, 146:05 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 8722ms [INFO] Pass 218 (777) processed. 2 failed. spent: 57:22, 145:30 mins remaining. CopyPaste Parameters From One Context To Another. time: 7515ms [INFO] Pass 219 (777) processed. 2 failed. spent: 57:28, 144:50 mins remaining. CopyPaste Parameters To Text Field. time: 6076ms [INFO] Pass 220 (777) processed. 2 failed. spent: 57:42, 144:30 mins remaining. CopyPaste Parameters_Conflict. time: 12668ms [INFO] Pass 221 (777) processed. 2 failed. spent: 57:52, 144:01 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 10077ms [INFO] Pass 222 (777) processed. 2 failed. spent: 58:00, 143:26 mins remaining. CopyPaste Parameters_Menu. time: 7718ms [INFO] Pass 223 (777) processed. 2 failed. spent: 58:16, 143:12 mins remaining. CopyPaste in Script Viewer. time: 15014ms [INFO] Pass 224 (777) processed. 2 failed. spent: 58:28, 142:48 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 11749ms [INFO] Pass 225 (777) processed. 2 failed. spent: 58:44, 142:33 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 16167ms [INFO] Pass 226 (777) processed. 2 failed. spent: 58:55, 142:07 mins remaining. CopyPasteProjectByShortKeys. time: 10514ms [INFO] Pass 227 (777) processed. 2 failed. spent: 59:06, 141:41 mins remaining. CopyPasteTestsBetweenTestSuites. time: 10115ms [INFO] Pass 228 (777) processed. 2 failed. spent: 59:17, 141:14 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 11282ms [INFO] Pass 229 (777) processed. 2 failed. spent: 59:28, 140:48 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 10290ms [INFO] Pass 230 (777) processed. 2 failed. spent: 59:41, 140:27 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 13413ms [INFO] Pass 231 (777) processed. 2 failed. spent: 59:57, 140:13 mins remaining. CopyPasteViewsBetweenWBContexts. time: 14953ms [INFO] Pass 232 (777) processed. 2 failed. spent: 60:10, 139:52 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 12570ms [INFO] Pass 233 (777) processed. 2 failed. spent: 60:17, 139:17 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 6639ms [INFO] Pass 234 (777) processed. 2 failed. spent: 60:30, 138:56 mins remaining. CopyProject. time: 12838ms [INFO] Pass 235 (777) processed. 2 failed. spent: 60:46, 138:42 mins remaining. CopyProjectAfterDeletingReferences. time: 15469ms [INFO] Pass 236 (777) processed. 2 failed. spent: 60:57, 138:17 mins remaining. CopyTestSuite. time: 10671ms [INFO] Pass 237 (777) processed. 2 failed. spent: 61:13, 138:03 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 15765ms [INFO] Pass 238 (777) processed. 2 failed. spent: 61:28, 137:47 mins remaining. CopyTestToProjectWithDuplicateTest. time: 14995ms [INFO] Pass 239 (777) processed. 2 failed. spent: 61:40, 137:24 mins remaining. CopyTestToTheSameLocation. time: 11703ms [INFO] Pass 240 (777) processed. 2 failed. spent: 61:51, 136:59 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 10936ms [INFO] Pass 241 (777) processed. 2 failed. spent: 62:00, 136:30 mins remaining. Create New ECL Context. time: 8454ms [INFO] Pass 242 (777) processed. 2 failed. spent: 62:07, 135:56 mins remaining. Create New Preference Context. time: 7397ms [INFO] Pass 243 (777) processed. 2 failed. spent: 62:16, 135:27 mins remaining. Create New Workbench Context. time: 8571ms [INFO] Pass 244 (777) processed. 2 failed. spent: 62:25, 134:58 mins remaining. Create New Workspace Context. time: 8739ms [INFO] Pass 245 (777) processed. 2 failed. spent: 62:33, 134:28 mins remaining. Create Project With Copy Paste. time: 7894ms [INFO] Pass 246 (777) processed. 2 failed. spent: 63:03, 134:44 mins remaining. CreateAUTWithExistingName. time: 29007ms [INFO] Pass 247 (777) processed. 2 failed. spent: 65:20, 138:48 mins remaining. CreateAUTWithIncorrectSymbols. time: 136520ms [INFO] Pass 248 (777) processed. 2 failed. spent: 65:33, 138:26 mins remaining. CreateContextAndCreateFolder. time: 12047ms [INFO] Pass 249 (777) processed. 2 failed. spent: 65:44, 138:00 mins remaining. CreateContextAndCreateProject. time: 10581ms [INFO] Pass 250 (777) processed. 2 failed. spent: 65:56, 137:37 mins remaining. CreateContextWithDuplicateName. time: 12329ms [INFO] Pass 251 (777) processed. 2 failed. spent: 66:03, 137:03 mins remaining. CreateDuplicateTestSuite. time: 6130ms [INFO] Pass 252 (777) processed. 2 failed. spent: 66:12, 136:34 mins remaining. CreateGroupContext. time: 9393ms [INFO] Pass 253 (777) processed. 2 failed. spent: 66:22, 136:07 mins remaining. CreateLaunchContext. time: 9200ms [INFO] Pass 254 (777) processed. 2 failed. spent: 66:29, 135:33 mins remaining. CreateMultiAutSuite. time: 6573ms [INFO] Pass 255 (777) processed. 2 failed. spent: 66:55, 135:39 mins remaining. CreateNewAUTFromRunConfiguration. time: 26241ms [INFO] Pass 256 (777) processed. 2 failed. spent: 67:15, 135:32 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 19322ms [INFO] Pass 257 (777) processed. 2 failed. spent: 67:31, 135:17 mins remaining. CreateNewObjectFromToolbar. time: 16322ms [INFO] Pass 258 (777) processed. 2 failed. spent: 67:40, 134:48 mins remaining. CreateNewTextVerification. time: 8329ms [INFO] Pass 259 (777) processed. 2 failed. spent: 67:50, 134:22 mins remaining. CreateNewTimeVerification. time: 9576ms [INFO] Pass 260 (777) processed. 2 failed. spent: 67:58, 133:51 mins remaining. CreateProjectWithDuplicateName. time: 7944ms [INFO] Pass 261 (777) processed. 2 failed. spent: 68:08, 133:25 mins remaining. CreateSuperEclContext. time: 9776ms [INFO] Pass 262 (777) processed. 2 failed. spent: 68:17, 132:56 mins remaining. CreateSuperFolderContext. time: 8157ms [INFO] Pass 263 (777) processed. 2 failed. spent: 68:28, 132:32 mins remaining. CreateSuperLaunchContext. time: 10483ms [INFO] Pass 264 (777) processed. 2 failed. spent: 68:39, 132:08 mins remaining. CreateSuperParametersContext. time: 10755ms [INFO] Pass 265 (777) processed. 2 failed. spent: 68:50, 131:44 mins remaining. CreateSuperPreferencesContext. time: 10886ms [INFO] Pass 266 (777) processed. 2 failed. spent: 69:01, 131:20 mins remaining. CreateSuperWorkbenchContext. time: 10825ms [INFO] Pass 267 (777) processed. 2 failed. spent: 69:10, 130:52 mins remaining. CreateSuperWorkspaceContext. time: 9329ms [INFO] Pass 268 (777) processed. 2 failed. spent: 69:22, 130:30 mins remaining. CreateTestAndCreateFolder. time: 11197ms [INFO] Pass 269 (777) processed. 2 failed. spent: 69:33, 130:07 mins remaining. CreateTestAndCreateProject. time: 10613ms [INFO] Pass 270 (777) processed. 2 failed. spent: 69:42, 129:39 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 9079ms [INFO] Pass 271 (777) processed. 2 failed. spent: 69:50, 129:10 mins remaining. CreateTestSuiteByFileMenu. time: 7879ms [INFO] Pass 272 (777) processed. 2 failed. spent: 69:59, 128:43 mins remaining. CreateTestSuiteInNewFolder. time: 8500ms [INFO] Pass 273 (777) processed. 2 failed. spent: 70:09, 128:18 mins remaining. CreateTestSuiteViaContextMenu. time: 9460ms [INFO] Pass 274 (777) processed. 2 failed. spent: 70:26, 128:06 mins remaining. CreateTestWithDuplicateName. time: 16945ms [INFO] Pass 275 (777) processed. 2 failed. spent: 70:39, 127:46 mins remaining. CreateTestWithNameOfDiacritic. time: 12641ms [INFO] Pass 276 (777) processed. 2 failed. spent: 70:53, 127:29 mins remaining. CreateTestWithSpecificSymbolInName. time: 13434ms [INFO] Pass 277 (777) processed. 2 failed. spent: 71:04, 127:06 mins remaining. CreateWorkbenchContext. time: 10657ms [INFO] Pass 278 (777) processed. 2 failed. spent: 71:17, 126:46 mins remaining. CutContextFromTest. time: 12535ms [INFO] Pass 279 (777) processed. 2 failed. spent: 71:28, 126:24 mins remaining. CutContextFromTestByShortKey. time: 11292ms [INFO] Pass 280 (777) processed. 2 failed. spent: 71:40, 126:03 mins remaining. CutContextsFromGroupContext. time: 11439ms [INFO] Pass 281 (777) processed. 2 failed. spent: 71:58, 125:52 mins remaining. CutPaste in Script Viewer. time: 17877ms [INFO] Pass 282 (777) processed. 2 failed. spent: 72:11, 125:33 mins remaining. CutPasteTestsBetweenTestSuites. time: 13046ms [INFO] Pass 283 (777) processed. 2 failed. spent: 72:19, 125:05 mins remaining. CutTextFromScriptEditor. time: 7303ms [INFO] Pass 284 (777) processed. 2 failed. spent: 72:26, 124:36 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 6774ms [INFO] Pass 285 (777) processed. 2 failed. spent: 72:33, 124:07 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 6925ms [INFO] Pass 286 (777) processed. 2 failed. spent: 73:23, 124:51 mins remaining. DebugTestContainingCommaInName. time: 49241ms [INFO] Pass 287 (777) processed. 2 failed. spent: 73:43, 124:43 mins remaining. Delete Content And Check Validation_Same Project. time: 20073ms [INFO] Pass 288 (777) processed. 2 failed. spent: 73:50, 124:14 mins remaining. DeleteECLContextByDeleteButton. time: 6716ms [INFO] Pass 289 (777) processed. 2 failed. spent: 73:59, 123:48 mins remaining. Delete Preference Context. time: 8252ms [INFO] Pass 290 (777) processed. 2 failed. spent: 74:05, 123:18 mins remaining. Delete Workspace Context. time: 6269ms [INFO] Pass 291 (777) processed. 2 failed. spent: 74:28, 123:15 mins remaining. DeleteCompletedTasks. time: 22406ms [INFO] Pass 292 (777) processed. 2 failed. spent: 74:44, 123:01 mins remaining. DeleteContext. time: 16336ms [INFO] Pass 293 (777) processed. 2 failed. spent: 74:59, 122:46 mins remaining. DeleteContextNoReferences. time: 13650ms [INFO] Pass 294 (777) processed. 2 failed. spent: 75:14, 122:30 mins remaining. DeleteContextWithReferences. time: 15293ms [INFO] Pass 295 (777) processed. 2 failed. spent: 75:22, 122:03 mins remaining. DeleteDerictory. time: 7303ms [INFO] Pass 296 (777) processed. 2 failed. spent: 75:30, 121:36 mins remaining. DeleteECLContextByContextMenu. time: 7522ms [INFO] Pass 297 (777) processed. 2 failed. spent: 75:42, 121:16 mins remaining. DeleteEmptyFolder. time: 12337ms [INFO] Pass 298 (777) processed. 2 failed. spent: 75:50, 120:49 mins remaining. DeleteFile. time: 7835ms [INFO] Pass 299 (777) processed. 2 failed. spent: 75:58, 121:02 mins remaining. DeleteFileUriInput. time: 7037ms [INFO] Pass 300 (777) processed. 2 failed. spent: 76:08, 119:59 mins remaining. DeleteFolderWithNonRefencesObjects. time: 9465ms [INFO] Pass 301 (777) processed. 2 failed. spent: 76:20, 119:39 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 11906ms [INFO] Pass 302 (777) processed. 2 failed. spent: 76:31, 119:18 mins remaining. DeleteFolderWithRefencesObjects. time: 10862ms [INFO] Pass 303 (777) processed. 2 failed. spent: 76:44, 118:59 mins remaining. DeleteLastSubTag. time: 12926ms [INFO] Pass 304 (777) processed. 2 failed. spent: 76:53, 118:35 mins remaining. DeleteLineByShortKeyFromScript. time: 8477ms [INFO] Pass 305 (777) processed. 2 failed. spent: 77:01, 118:09 mins remaining. DeleteLowLevelItems. time: 7715ms [INFO] Pass 306 (777) processed. 2 failed. spent: 77:13, 117:49 mins remaining. DeleteMiddleSubTag. time: 11871ms [INFO] Pass 307 (777) processed. 2 failed. spent: 77:24, 117:28 mins remaining. DeleteProject. time: 11294ms [INFO] Pass 308 (777) processed. 2 failed. spent: 77:32, 117:03 mins remaining. DeleteProjectByPressingDelButton. time: 7964ms [INFO] Pass 309 (777) processed. 2 failed. spent: 77:46, 116:46 mins remaining. DeleteProjectWithDeleteFromDisk. time: 13032ms [INFO] Pass 310 (777) processed. 2 failed. spent: 77:58, 116:27 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 11983ms [INFO] Pass 311 (777) processed. 2 failed. spent: 78:07, 116:03 mins remaining. DeleteSeveralProjects. time: 8134ms [INFO] Pass 312 (777) processed. 2 failed. spent: 78:19, 115:43 mins remaining. DeleteSimpleTag. time: 11618ms [INFO] Pass 313 (777) processed. 2 failed. spent: 78:30, 115:22 mins remaining. DeleteTagWithSubTags. time: 11245ms [INFO] Pass 314 (777) processed. 2 failed. spent: 78:50, 115:15 mins remaining. DeleteTaskFromScriptEditor. time: 19082ms [INFO] Pass 315 (777) processed. 2 failed. spent: 79:02, 114:56 mins remaining. DeleteTestByContextMenu. time: 12246ms [INFO] Pass 316 (777) processed. 2 failed. spent: 79:12, 114:33 mins remaining. DeleteTestByDeleteButton. time: 9473ms [INFO] Pass 317 (777) processed. 2 failed. spent: 79:42, 114:40 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 28518ms [INFO] Pass 318 (777) processed. 2 failed. spent: 80:03, 114:34 mins remaining. DeleteTestSuite. time: 21416ms [INFO] Pass 319 (777) processed. 2 failed. spent: 80:16, 114:16 mins remaining. DeleteTestSuiteWithTests. time: 12111ms [INFO] Pass 320 (777) processed. 2 failed. spent: 80:22, 113:48 mins remaining. DeleteTopLevelItems. time: 6476ms [INFO] Pass 321 (777) processed. 2 failed. spent: 80:32, 113:26 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 9944ms [INFO] Pass 322 (777) processed. 2 failed. spent: 80:42, 113:04 mins remaining. DeletingTextFromScriptViewer. time: 9498ms [INFO] Pass 323 (777) processed. 2 failed. spent: 80:49, 112:38 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 6920ms [INFO] Pass 324 (777) processed. 2 failed. spent: 81:10, 112:32 mins remaining. DisableBreakpointInBreakpointsView. time: 19984ms [INFO] Pass 325 (777) processed. 2 failed. spent: 81:33, 112:28 mins remaining. DisableBreakpointViaContextMenu. time: 23200ms [INFO] Pass 326 (777) processed. 2 failed. spent: 81:49, 112:14 mins remaining. DisableClearWorkspaceInContext. time: 15447ms [INFO] Pass 327 (777) processed. 2 failed. spent: 82:06, 112:38 mins remaining. DisableMoveFeatureForProject. time: 17318ms [INFO] Pass 328 (777) processed. 2 failed. spent: 82:45, 112:20 mins remaining. DisplayingDetailsCheckDecorators. time: 37815ms [INFO] Pass 329 (777) processed. 2 failed. spent: 83:02, 112:07 mins remaining. DisplayingDetailsForFailedTest. time: 16916ms [INFO] Pass 330 (777) processed. 2 failed. spent: 83:16, 111:51 mins remaining. DisplayingDetailsForPassedTest. time: 13798ms [INFO] Pass 331 (777) processed. 2 failed. spent: 83:30, 111:35 mins remaining. Do not Clear Workspace. time: 14123ms [INFO] Pass 332 (777) processed. 2 failed. spent: 83:45, 111:19 mins remaining. Do not clear folder or file. time: 14904ms [INFO] Pass 333 (777) processed. 2 failed. spent: 84:01, 111:06 mins remaining. DumpConfiguration. time: 15570ms [INFO] Pass 334 (777) processed. 2 failed. spent: 84:20, 110:56 mins remaining. DuplicateTestSuite. time: 18275ms [INFO] Pass 335 (777) processed. 2 failed. spent: 84:30, 110:34 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 9233ms [INFO] Pass 336 (777) processed. 2 failed. spent: 84:37, 110:09 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 6785ms [INFO] Pass 337 (777) processed. 2 failed. spent: 84:44, 109:43 mins remaining. ECLEditor. time: 6810ms [INFO] Pass 338 (777) processed. 2 failed. spent: 84:51, 109:18 mins remaining. Edit Preference in Preference Context. time: 7294ms [INFO] Pass 339 (777) processed. 2 failed. spent: 85:01, 108:57 mins remaining. Edit script in ECL context. time: 9531ms [INFO] Pass 340 (777) processed. 2 failed. spent: 85:15, 108:40 mins remaining. EditContextsFromTextEditor. time: 13578ms [INFO] Pass 341 (777) processed. 2 failed. spent: 85:28, 108:23 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 12192ms [INFO] Pass 342 (777) processed. 2 failed. spent: 85:41, 108:06 mins remaining. EditDebugContextNameFromTextEditor. time: 13141ms [INFO] Pass 343 (777) processed. 2 failed. spent: 85:54, 107:48 mins remaining. EditDebugContextTagFromTextEditor. time: 13034ms [INFO] Pass 344 (777) processed. 2 failed. spent: 86:09, 107:33 mins remaining. EditDescriptionFromTextEditor. time: 13692ms [INFO] Pass 345 (777) processed. 2 failed. spent: 86:22, 107:16 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 13218ms [INFO] Pass 346 (777) processed. 2 failed. spent: 86:34, 106:57 mins remaining. EditEclContextNameFromTextEditor. time: 11773ms [INFO] Pass 347 (777) processed. 2 failed. spent: 86:48, 106:41 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 13771ms [INFO] Pass 348 (777) processed. 2 failed. spent: 87:02, 106:25 mins remaining. EditExtRefFromTextEditor. time: 13851ms [INFO] Pass 349 (777) processed. 2 failed. spent: 87:15, 106:08 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 12342ms [INFO] Pass 350 (777) processed. 2 failed. spent: 87:27, 105:50 mins remaining. EditGroupContextNameFromTextEditor. time: 12216ms [INFO] Pass 351 (777) processed. 2 failed. spent: 87:39, 105:31 mins remaining. EditGroupContextTagFromTextEditor. time: 11307ms [INFO] Pass 352 (777) processed. 2 failed. spent: 87:52, 105:14 mins remaining. EditNameFromTextEditor. time: 12103ms [INFO] Pass 353 (777) processed. 2 failed. spent: 88:02, 104:53 mins remaining. EditParameterInParametersContext. time: 9611ms [INFO] Pass 354 (777) processed. 2 failed. spent: 88:11, 104:31 mins remaining. EditParameterInParametersContext2. time: 8803ms [INFO] Pass 355 (777) processed. 2 failed. spent: 88:23, 104:13 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 12226ms [INFO] Pass 356 (777) processed. 2 failed. spent: 88:36, 103:56 mins remaining. EditPrefContextNameFromTextEditor. time: 12684ms [INFO] Pass 357 (777) processed. 2 failed. spent: 88:49, 103:39 mins remaining. EditPrefContextTagFromTextEditor. time: 12116ms [INFO] Pass 358 (777) processed. 2 failed. spent: 89:04, 103:24 mins remaining. EditScriptFromTextEditor. time: 14601ms [INFO] Pass 359 (777) processed. 2 failed. spent: 89:17, 103:08 mins remaining. EditTagFromTextEditor. time: 12865ms [INFO] Pass 360 (777) processed. 2 failed. spent: 89:30, 102:51 mins remaining. EditTagsFromTextEditor. time: 12893ms [INFO] Pass 361 (777) processed. 2 failed. spent: 89:42, 102:32 mins remaining. EditTestNameFromTextEditor. time: 11803ms [INFO] Pass 362 (777) processed. 2 failed. spent: 89:52, 102:12 mins remaining. EditTreeItems. time: 9660ms [INFO] Pass 363 (777) processed. 2 failed. spent: 90:04, 101:54 mins remaining. EditWbContextDescriptionFromTextEditor. time: 11701ms [INFO] Pass 364 (777) processed. 2 failed. spent: 90:18, 101:38 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 13816ms [INFO] Pass 365 (777) processed. 2 failed. spent: 90:31, 101:22 mins remaining. EditWbContextTagFromTextEditor. time: 12007ms [INFO] Pass 366 (777) processed. 2 failed. spent: 90:44, 101:05 mins remaining. EditWsContextDescriptionFromTextEditor. time: 12782ms [INFO] Pass 367 (777) processed. 2 failed. spent: 90:51, 100:41 mins remaining. EmptyErrorLog. time: 6534ms [INFO] Pass 368 (777) processed. 2 failed. spent: 92:03, 101:30 mins remaining. EmptyWindowInAssertionMode. time: 71998ms [INFO] Pass 369 (777) processed. 2 failed. spent: 93:12, 102:14 mins remaining. EnableClearWorkspaceInContext. time: 68415ms [INFO] Pass 370 (777) processed. 2 failed. spent: 94:22, 102:59 mins remaining. Encrypt passwords during test recording. time: 69574ms [INFO] Pass 371 (777) processed. 2 failed. spent: 94:37, 102:44 mins remaining. EnterDiacriticSymbolsInDescription. time: 14748ms [INFO] Pass 372 (777) processed. 2 failed. spent: 94:51, 102:27 mins remaining. EnterSpecialSymbolsInDescription. time: 13902ms [INFO] Pass 373 (777) processed. 2 failed. spent: 96:03, 103:13 mins remaining. EnterTestDescriptionInControlPanel. time: 71044ms [INFO] Pass 374 (777) processed. 2 failed. spent: 96:16, 102:55 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 12581ms [INFO] Pass 375 (777) processed. 2 failed. spent: 96:32, 102:40 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 16283ms [INFO] Pass 376 (777) processed. 2 failed. spent: 96:41, 102:18 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 8193ms [INFO] Pass 377 (777) processed. 2 failed. spent: 96:49, 101:55 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 8302ms [INFO] Pass 378 (777) processed. 2 failed. spent: 96:59, 101:34 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 9387ms [INFO] Pass 379 (777) processed. 2 failed. spent: 97:09, 101:13 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 9979ms [INFO] Pass 380 (777) processed. 2 failed. spent: 97:26, 101:00 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 15947ms [INFO] Pass 381 (777) processed. 2 failed. spent: 97:45, 100:48 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 19482ms [INFO] Pass 382 (777) processed. 2 failed. spent: 98:05, 100:38 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 19072ms [INFO] Pass 383 (777) processed. 2 failed. spent: 98:20, 100:22 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 15138ms [INFO] Pass 384 (777) processed. 2 failed. spent: 98:39, 100:11 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 18830ms [INFO] Pass 385 (777) processed. 2 failed. spent: 98:54, 99:55 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 14497ms [INFO] Pass 386 (777) processed. 2 failed. spent: 99:08, 99:38 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 14165ms [INFO] Pass 387 (777) processed. 2 failed. spent: 99:23, 99:23 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 14489ms [INFO] Pass 388 (777) processed. 2 failed. spent: 99:37, 99:06 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 13306ms [INFO] Pass 389 (777) processed. 2 failed. spent: 99:51, 98:49 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 13884ms [INFO] Pass 390 (777) processed. 2 failed. spent: 100:07, 98:35 mins remaining. ErrLogVerification_Plain Text Serialization. time: 15862ms [INFO] Pass 391 (777) processed. 2 failed. spent: 100:18, 98:15 mins remaining. ErrLogVerification_Run Test Positive Case . time: 11144ms [INFO] Pass 392 (777) processed. 2 failed. spent: 100:27, 97:54 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 8715ms [INFO] Pass 393 (777) processed. 2 failed. spent: 100:35, 97:31 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 7539ms [INFO] Pass 394 (777) processed. 2 failed. spent: 100:47, 97:13 mins remaining. Error In ECL Context. time: 11756ms [INFO] Pass 395 (777) processed. 2 failed. spent: 100:59, 96:54 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 11877ms [INFO] Pass 396 (777) processed. 2 failed. spent: 101:10, 96:35 mins remaining. ErrorAtOpeningNonExistingView. time: 10776ms [INFO] Pass 397 (777) processed. 2 failed. spent: 101:20, 96:15 mins remaining. ErrorAtRecordingTestCase. time: 9355ms [INFO] Pass 398 (777) processed. 2 failed. spent: 101:32, 95:56 mins remaining. ErrorWhenPerspectiveIncorrect. time: 11777ms [INFO] Pass 399 (777) processed. 2 failed. spent: 101:43, 95:37 mins remaining. ExcludeRows. time: 10308ms [INFO] Pass 400 (777) processed. 2 failed. spent: 101:59, 95:23 mins remaining. Execute1Test. time: 15984ms [INFO] Pass 401 (777) processed. 2 failed. spent: 102:21, 95:14 mins remaining. Execute3Tests. time: 21699ms [INFO] Pass 402 (777) processed. 2 failed. spent: 102:43, 95:05 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 21945ms [INFO] Pass 403 (777) processed. 2 failed. spent: 102:52, 94:44 mins remaining. ExecuteGroupContext. time: 8757ms [INFO] Pass 404 (777) processed. 2 failed. spent: 103:30, 94:49 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 37535ms [INFO] Pass 405 (777) processed. 2 failed. spent: 103:45, 94:34 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 14475ms [INFO] Pass 406 (777) processed. 2 failed. spent: 104:09, 94:26 mins remaining. ExecuteTestSuiteWithFailedTest. time: 23307ms [INFO] Pass 407 (777) processed. 2 failed. spent: 104:19, 94:06 mins remaining. ExpandCollapse. time: 9508ms [INFO] Pass 408 (777) processed. 2 failed. spent: 104:27, 93:45 mins remaining. ExpandCollapse. time: 7479ms [INFO] Pass 409 (777) processed. 2 failed. spent: 104:34, 93:51 mins remaining. ExpandCollapseTreeItems. time: 6795ms [INFO] Pass 410 (777) processed. 2 failed. spent: 104:47, 93:05 mins remaining. ExportToClipboard. time: 11981ms [INFO] Pass 411 (777) processed. 2 failed. spent: 104:59, 92:46 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 11574ms [INFO] Pass 412 (777) processed. 2 failed. spent: 105:13, 92:30 mins remaining. ExportToFile. time: 14485ms [INFO] Pass 413 (777) processed. 2 failed. spent: 105:22, 92:09 mins remaining. F2RenameDebugContext. time: 7777ms [INFO] Pass 414 (777) processed. 2 failed. spent: 105:30, 91:48 mins remaining. F2RenameECLContext. time: 8038ms [INFO] Pass 415 (777) processed. 2 failed. spent: 105:39, 91:27 mins remaining. F2RenameGroupContext. time: 8307ms [INFO] Pass 416 (777) processed. 2 failed. spent: 105:48, 91:07 mins remaining. F2RenamePreferenceContext. time: 8496ms [INFO] Pass 417 (777) processed. 2 failed. spent: 105:56, 90:45 mins remaining. F2RenameTestCase. time: 8345ms [INFO] Pass 418 (777) processed. 2 failed. spent: 106:05, 90:25 mins remaining. F2RenameWorkbenchContextt. time: 8253ms [INFO] Pass 419 (777) processed. 2 failed. spent: 106:13, 90:04 mins remaining. F2RenameWorkspaceContext. time: 8401ms [INFO] Pass 420 (777) processed. 2 failed. spent: 106:21, 89:43 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 7202ms [INFO] Pass 421 (777) processed. 2 failed. spent: 106:27, 89:20 mins remaining. Fill and Clear Description in Workspace Context. time: 5849ms [INFO] Pass 422 (777) processed. 2 failed. spent: 106:35, 88:59 mins remaining. FilterSearchContextByContainedProject. time: 8152ms [INFO] Pass 423 (777) processed. 2 failed. spent: 106:51, 88:44 mins remaining. FilterSearchContextByDescription. time: 15151ms [INFO] Pass 424 (777) processed. 2 failed. spent: 106:57, 88:22 mins remaining. FilterSearchContextByName. time: 6271ms [INFO] Pass 425 (777) processed. 2 failed. spent: 107:13, 88:08 mins remaining. FilterSearchContextByTag. time: 15923ms [INFO] Pass 426 (777) processed. 2 failed. spent: 107:21, 87:47 mins remaining. FilterSearchTestCaseByDescription. time: 7531ms [INFO] Pass 427 (777) processed. 2 failed. spent: 107:28, 87:25 mins remaining. FilterSearchTestCaseByName. time: 6923ms [INFO] Pass 428 (777) processed. 2 failed. spent: 107:35, 87:04 mins remaining. FilterSearchTestCaseByTag. time: 6093ms [INFO] Pass 429 (777) processed. 2 failed. spent: 107:46, 86:45 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 10976ms [INFO] Pass 430 (777) processed. 2 failed. spent: 108:38, 87:00 mins remaining. FilteringAtClearingLaunchConfiguration. time: 50912ms [INFO] Pass 431 (777) processed. 2 failed. spent: 108:49, 86:42 mins remaining. FilteringContextsInContextList. time: 11112ms [INFO] Pass 432 (777) processed. 2 failed. spent: 109:02, 86:25 mins remaining. FindReplaceInControlPanel. time: 12579ms [INFO] Pass 433 (777) processed. 2 failed. spent: 109:13, 86:07 mins remaining. FindReplaceInScriptByShortKey. time: 10738ms [INFO] Pass 434 (777) processed. 2 failed. spent: 109:35, 85:57 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 21226ms [INFO] Pass 435 (777) processed. 2 failed. spent: 109:40, 85:34 mins remaining. FolderContextWithVariable. time: 4902ms [INFO] Pass 436 (777) processed. 2 failed. spent: 109:47, 85:13 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 6678ms [INFO] Pass 437 (777) processed. 2 failed. spent: 109:54, 84:51 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 6816ms [INFO] Pass 438 (777) processed. 2 failed. spent: 110:02, 84:31 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 8166ms [INFO] Fail 439 (777) processed. 3 failed. spent: 111:22, 85:06 mins remaining. FormToolkitRecording. time: 78761ms Cause: select [INFO] Pass 440 (777) processed. 3 failed. spent: 112:33, 85:33 mins remaining. FormWithLinksRecording. time: 70613ms [INFO] Pass 441 (777) processed. 3 failed. spent: 112:47, 85:17 mins remaining. GeneratePomFileInProject. time: 13519ms [INFO] Pass 442 (777) processed. 3 failed. spent: 113:01, 85:01 mins remaining. GenerateSecondPomFileInProject. time: 13717ms [INFO] Pass 443 (777) processed. 3 failed. spent: 113:04, 84:36 mins remaining. GetChildrenFromFile. time: 3250ms [INFO] Pass 444 (777) processed. 3 failed. spent: 113:07, 84:12 mins remaining. GetExistsFromFile. time: 2906ms [INFO] Pass 445 (777) processed. 3 failed. spent: 113:09, 83:47 mins remaining. GetFile. time: 1921ms [INFO] Pass 446 (777) processed. 3 failed. spent: 113:20, 83:28 mins remaining. GetHotkey. time: 10754ms [INFO] Pass 447 (777) processed. 3 failed. spent: 113:24, 83:05 mins remaining. GetIsDirectoryFromFile. time: 3252ms [INFO] Pass 448 (777) processed. 3 failed. spent: 113:30, 82:43 mins remaining. GetMenu. time: 5785ms [INFO] Pass 449 (777) processed. 3 failed. spent: 113:33, 82:19 mins remaining. GetNameFromFile. time: 2967ms [INFO] Pass 450 (777) processed. 3 failed. spent: 113:38, 81:57 mins remaining. GetPropertyWithoutEscaping. time: 4759ms [INFO] Pass 451 (777) processed. 3 failed. spent: 113:42, 81:34 mins remaining. GetTestCaseName. time: 3014ms [INFO] Pass 452 (777) processed. 3 failed. spent: 114:11, 81:29 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 29183ms [INFO] Pass 453 (777) processed. 3 failed. spent: 115:47, 82:11 mins remaining. GetTreeElementWithoutHardEscaping. time: 95207ms [INFO] Pass 454 (777) processed. 3 failed. spent: 115:57, 81:52 mins remaining. GoIntoInQ7Explorer. time: 9671ms [INFO] Pass 455 (777) processed. 3 failed. spent: 116:06, 81:32 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 8688ms [INFO] Pass 456 (777) processed. 3 failed. spent: 116:13, 81:11 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 6993ms [INFO] Pass 457 (777) processed. 3 failed. spent: 116:29, 80:57 mins remaining. GroupContexts. time: 14565ms [INFO] Pass 458 (777) processed. 3 failed. spent: 117:00, 80:52 mins remaining. HumanReadableECL. time: 31230ms [INFO] Pass 459 (777) processed. 3 failed. spent: 117:18, 80:39 mins remaining. Ignore File At Clearing Workspace. time: 17001ms [INFO] Pass 460 (777) processed. 3 failed. spent: 117:41, 80:29 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 22493ms [INFO] Pass 461 (777) processed. 3 failed. spent: 117:59, 80:16 mins remaining. Ignore Some Files At Clearing Workspace. time: 17928ms [INFO] Pass 462 (777) processed. 3 failed. spent: 118:08, 79:56 mins remaining. Import Files In Workspace Context. time: 8584ms [INFO] Pass 463 (777) processed. 3 failed. spent: 118:17, 79:37 mins remaining. Import Projects In Workspace Context. time: 8700ms [INFO] Pass 464 (777) processed. 3 failed. spent: 118:30, 79:20 mins remaining. ImportFromClipboard. time: 12870ms [INFO] Pass 465 (777) processed. 3 failed. spent: 118:51, 79:08 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 19976ms [INFO] Pass 466 (777) processed. 3 failed. spent: 119:06, 78:53 mins remaining. ImportFromClipboardToTheSameProject. time: 14643ms [INFO] Pass 467 (777) processed. 3 failed. spent: 119:19, 78:36 mins remaining. ImportFromFile. time: 13254ms [INFO] Pass 468 (777) processed. 3 failed. spent: 119:34, 78:21 mins remaining. ImportFromFileAddMissingReferences. time: 14713ms [INFO] Pass 469 (777) processed. 3 failed. spent: 119:52, 78:07 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 17123ms [INFO] Pass 470 (777) processed. 3 failed. spent: 120:09, 77:53 mins remaining. ImportFromFileToTheSameProject. time: 17353ms [INFO] Pass 471 (777) processed. 3 failed. spent: 120:19, 77:34 mins remaining. ImportPreferencesInPrefContext. time: 9770ms [INFO] Pass 472 (777) processed. 3 failed. spent: 120:32, 77:18 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 11956ms [INFO] Pass 473 (777) processed. 3 failed. spent: 120:48, 77:03 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 16106ms [INFO] Pass 474 (777) processed. 3 failed. spent: 121:07, 76:50 mins remaining. ImportedContextFromFileEqualsExported. time: 18207ms [INFO] Pass 475 (777) processed. 3 failed. spent: 121:30, 76:40 mins remaining. ImportedContextsEqualsExported. time: 22826ms [INFO] Pass 476 (777) processed. 3 failed. spent: 121:44, 76:24 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 13736ms [INFO] Pass 477 (777) processed. 3 failed. spent: 122:00, 76:09 mins remaining. ImportedTesCaseEqualsExported. time: 15355ms [INFO] Pass 478 (777) processed. 3 failed. spent: 122:07, 75:48 mins remaining. IsEmptyText. time: 6777ms [INFO] Pass 479 (777) processed. 3 failed. spent: 122:28, 75:37 mins remaining. Launch Test From Report Viewer. time: 21406ms [INFO] Pass 480 (777) processed. 3 failed. spent: 122:47, 75:24 mins remaining. LaunchCheck_ECL_SuperContext. time: 18196ms [INFO] Pass 481 (777) processed. 3 failed. spent: 123:20, 75:19 mins remaining. LaunchCheck_Group_SuperConext. time: 33409ms [INFO] Pass 482 (777) processed. 3 failed. spent: 123:45, 75:10 mins remaining. LaunchCheck_Launch_SuperContext. time: 23909ms [INFO] Pass 483 (777) processed. 3 failed. spent: 124:27, 75:10 mins remaining. LaunchCheck_Wb_SuperContext. time: 42380ms [INFO] Pass 484 (777) processed. 3 failed. spent: 124:55, 75:03 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 27288ms [INFO] Pass 485 (777) processed. 3 failed. spent: 125:05, 74:44 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 9948ms [INFO] Pass 486 (777) processed. 3 failed. spent: 125:15, 74:25 mins remaining. LinkWithEditorInQ7Explorer. time: 10154ms [INFO] Pass 487 (777) processed. 3 failed. spent: 125:42, 74:17 mins remaining. ListFeatures. time: 26495ms [INFO] Pass 488 (777) processed. 3 failed. spent: 126:13, 74:11 mins remaining. ListPlugins. time: 30163ms [INFO] Pass 489 (777) processed. 3 failed. spent: 127:21, 74:26 mins remaining. LoadAUTfromFolderContext. time: 67866ms [INFO] Pass 490 (777) processed. 3 failed. spent: 127:28, 74:05 mins remaining. LoadReport. time: 6863ms [INFO] Fail 491 (777) processed. 4 failed. spent: 127:43, 73:49 mins remaining. MarkTaskAsCompleted. time: 14065ms Cause: Assertion of columns failed: expected: but was:. [INFO] Pass 492 (777) processed. 4 failed. spent: 127:49, 73:28 mins remaining. MarkersCanBeAsserted. time: 6326ms [INFO] Pass 493 (777) processed. 4 failed. spent: 128:10, 73:16 mins remaining. Merge Resources in same-named project . time: 19727ms [INFO] Pass 494 (777) processed. 4 failed. spent: 128:22, 72:58 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 11959ms [INFO] Pass 495 (777) processed. 4 failed. spent: 128:31, 72:39 mins remaining. MinimalSave. time: 9320ms [INFO] Pass 496 (777) processed. 4 failed. spent: 128:41, 72:21 mins remaining. MoveBunchOfElementsToAnotherProject. time: 9657ms [INFO] Pass 497 (777) processed. 4 failed. spent: 128:55, 72:04 mins remaining. MoveContextByDragDrop. time: 13343ms [INFO] Pass 498 (777) processed. 4 failed. spent: 129:07, 71:47 mins remaining. MoveContextInContextList. time: 11838ms [INFO] Pass 499 (777) processed. 4 failed. spent: 129:21, 71:31 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 14275ms [INFO] Pass 500 (777) processed. 4 failed. spent: 129:35, 71:14 mins remaining. MoveEntireContextsToAnotherProject. time: 13085ms [INFO] Pass 501 (777) processed. 4 failed. spent: 129:53, 71:00 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 18009ms [INFO] Pass 502 (777) processed. 4 failed. spent: 130:16, 70:49 mins remaining. MoveFolderWithTestAndContext. time: 22057ms [INFO] Pass 503 (777) processed. 4 failed. spent: 130:27, 70:31 mins remaining. MoveLineByAltUp\DownInEclContext. time: 10960ms [INFO] Pass 504 (777) processed. 4 failed. spent: 130:39, 70:13 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 11561ms [INFO] Pass 505 (777) processed. 4 failed. spent: 131:02, 70:02 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 22658ms [INFO] Pass 506 (777) processed. 4 failed. spent: 131:16, 69:46 mins remaining. MoveObjectsByDragDrop. time: 13892ms [INFO] Pass 507 (777) processed. 4 failed. spent: 131:31, 69:30 mins remaining. MoveOneTestByDragDrop. time: 14030ms [INFO] Pass 508 (777) processed. 4 failed. spent: 131:42, 69:12 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 10668ms [INFO] Pass 509 (777) processed. 4 failed. spent: 132:10, 69:03 mins remaining. MultipleScenarioModificationTest. time: 28121ms [INFO] Pass 510 (777) processed. 4 failed. spent: 132:23, 68:46 mins remaining. NavigationInContextDescription. time: 12377ms [INFO] Pass 511 (777) processed. 4 failed. spent: 132:35, 68:29 mins remaining. NavigationInTagsFieldOfTestCase. time: 12165ms [INFO] Pass 512 (777) processed. 4 failed. spent: 132:47, 68:12 mins remaining. NavigationInTestDescription. time: 11399ms [INFO] Pass 513 (777) processed. 4 failed. spent: 132:59, 67:54 mins remaining. NavigationInTestSuiteDescription. time: 11360ms [INFO] Fail 514 (777) processed. 5 failed. spent: 133:06, 67:34 mins remaining. NavigationOnScriptViewer. time: 7181ms Cause: Assertion of caption failed: expected:<1 : 86> but was:<1 : 4 : 3>. [INFO] Pass 515 (777) processed. 5 failed. spent: 133:32, 67:24 mins remaining. New Contexts Creation. time: 25695ms [INFO] Pass 516 (777) processed. 5 failed. spent: 133:40, 67:05 mins remaining. New Project Creation. time: 7326ms [INFO] Pass 517 (777) processed. 5 failed. spent: 133:48, 66:46 mins remaining. New Scenario Creation. time: 8349ms [INFO] Pass 518 (777) processed. 5 failed. spent: 133:59, 66:51 mins remaining. NewFolderInRootPath. time: 10683ms [INFO] Pass 519 (777) processed. 5 failed. spent: 134:48, 66:29 mins remaining. NoLaunchDuplicates. time: 48097ms [INFO] Pass 520 (777) processed. 5 failed. spent: 134:58, 66:11 mins remaining. NoUndoInReopenedDocument. time: 9610ms [INFO] Pass 521 (777) processed. 5 failed. spent: 135:07, 65:52 mins remaining. NotAllowedToReplaceInContexts. time: 8875ms [INFO] Pass 522 (777) processed. 5 failed. spent: 135:27, 65:39 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 19491ms [INFO] Pass 523 (777) processed. 5 failed. spent: 135:39, 65:22 mins remaining. NotSaveChangesInContext. time: 11540ms [INFO] Pass 524 (777) processed. 5 failed. spent: 135:52, 65:05 mins remaining. NotSaveChangesInTest. time: 12858ms [INFO] Pass 525 (777) processed. 5 failed. spent: 136:00, 64:46 mins remaining. Open File From Workspace Context. time: 7774ms [INFO] Pass 526 (777) processed. 5 failed. spent: 136:14, 64:30 mins remaining. OpenAndApplyTestAfterSearching. time: 13648ms [INFO] Pass 527 (777) processed. 5 failed. spent: 136:26, 64:13 mins remaining. OpenContextEditorFromTestEditor. time: 11706ms [INFO] Pass 528 (777) processed. 5 failed. spent: 136:36, 63:55 mins remaining. OpenContextFromToolbar. time: 9620ms [INFO] Pass 529 (777) processed. 5 failed. spent: 136:44, 63:36 mins remaining. OpenDefaultContextFromTestCase. time: 7514ms [INFO] Pass 530 (777) processed. 5 failed. spent: 136:54, 63:18 mins remaining. OpenFiles. time: 9086ms [INFO] Pass 531 (777) processed. 5 failed. spent: 137:04, 63:00 mins remaining. OpenFiles. time: 10151ms [INFO] Pass 532 (777) processed. 5 failed. spent: 137:12, 62:41 mins remaining. OpenRCPTTSearchDialog. time: 6957ms [INFO] Pass 533 (777) processed. 5 failed. spent: 137:23, 62:24 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 10754ms [INFO] Pass 534 (777) processed. 5 failed. spent: 137:34, 62:06 mins remaining. OpenTestFromToolbar. time: 11020ms [INFO] Pass 535 (777) processed. 5 failed. spent: 137:46, 61:49 mins remaining. OrderContextsInGroupContext. time: 11834ms [INFO] Fail 536 (777) processed. 6 failed. spent: 137:55, 61:31 mins remaining. PageUp\PageDownInScriptViewer. time: 7767ms Cause: The Label "1 : 70 : 69" could not be found. [INFO] Pass 537 (777) processed. 6 failed. spent: 138:04, 61:13 mins remaining. Parameters. time: 9016ms [INFO] Pass 538 (777) processed. 6 failed. spent: 138:07, 60:52 mins remaining. ParseDateTime. time: 2894ms [INFO] Pass 539 (777) processed. 6 failed. spent: 138:15, 60:33 mins remaining. Q7SearchBox2. time: 7136ms [INFO] Pass 540 (777) processed. 6 failed. spent: 138:23, 60:15 mins remaining. Q7SearchBoxTest. time: 7603ms [INFO] Pass 541 (777) processed. 6 failed. spent: 138:33, 59:57 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 9911ms [INFO] Pass 542 (777) processed. 6 failed. spent: 138:38, 59:37 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 5208ms [INFO] Pass 543 (777) processed. 6 failed. spent: 138:47, 59:19 mins remaining. QS-2221_Check Auto Activation. time: 8473ms [INFO] Pass 544 (777) processed. 6 failed. spent: 138:55, 59:23 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 8358ms [INFO] Pass 545 (777) processed. 6 failed. spent: 139:02, 58:42 mins remaining. QS-2221_CheckErrorMessages. time: 6012ms [INFO] Pass 546 (777) processed. 6 failed. spent: 139:08, 58:23 mins remaining. QS-2221_Resore Defaults. time: 5098ms [INFO] Pass 547 (777) processed. 6 failed. spent: 139:13, 58:04 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 4999ms [INFO] Pass 548 (777) processed. 6 failed. spent: 139:24, 57:47 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 10457ms [INFO] Pass 549 (777) processed. 6 failed. spent: 139:34, 57:29 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 9697ms [INFO] Pass 550 (777) processed. 6 failed. spent: 139:43, 57:12 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 9490ms [INFO] Pass 551 (777) processed. 6 failed. spent: 140:32, 57:10 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 47697ms [INFO] Pass 552 (777) processed. 6 failed. spent: 140:38, 56:51 mins remaining. QS-2815. time: 5672ms [INFO] Pass 553 (777) processed. 6 failed. spent: 140:58, 56:38 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 20235ms [INFO] Pass 554 (777) processed. 6 failed. spent: 141:10, 56:21 mins remaining. QS-2821_Add tooltip information for references. time: 11396ms [INFO] Pass 555 (777) processed. 6 failed. spent: 141:25, 56:06 mins remaining. QS-2824_Navigation to procedures. time: 14839ms [INFO] Pass 556 (777) processed. 6 failed. spent: 141:39, 55:50 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 14090ms [INFO] Pass 557 (777) processed. 6 failed. spent: 141:52, 55:34 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 12277ms [INFO] Pass 558 (777) processed. 6 failed. spent: 142:07, 55:19 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 14019ms [INFO] Pass 559 (777) processed. 6 failed. spent: 143:55, 55:40 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 107751ms [INFO] Pass 560 (777) processed. 6 failed. spent: 144:16, 55:26 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 21152ms [INFO] Pass 561 (777) processed. 6 failed. spent: 144:30, 55:10 mins remaining. ReWriteWorkspaceContext. time: 13702ms [INFO] Pass 562 (777) processed. 6 failed. spent: 144:34, 54:51 mins remaining. ReadLinesFromFile. time: 3864ms [INFO] Pass 563 (777) processed. 6 failed. spent: 144:48, 54:35 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 13448ms [INFO] Pass 564 (777) processed. 6 failed. spent: 145:05, 54:20 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 17434ms [INFO] Pass 565 (777) processed. 6 failed. spent: 145:19, 54:04 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 13269ms [INFO] Pass 566 (777) processed. 6 failed. spent: 145:34, 53:49 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 14054ms [INFO] Pass 567 (777) processed. 6 failed. spent: 145:47, 53:32 mins remaining. RefactoringReferencesAfterRenameProject. time: 12959ms [INFO] Pass 568 (777) processed. 6 failed. spent: 145:57, 53:15 mins remaining. Refresh context name in editor after context renaming. time: 10028ms [INFO] Fail 569 (777) processed. 7 failed. spent: 147:02, 53:18 mins remaining. RefreshControlStateInAssertionMode. time: 62908ms Cause: get-button [INFO] Pass 570 (777) processed. 7 failed. spent: 147:19, 53:03 mins remaining. RefreshReferenceAfterRenameFolder. time: 17228ms [INFO] Pass 571 (777) processed. 7 failed. spent: 147:39, 52:49 mins remaining. RefreshReferenceAfterRenameProject. time: 19618ms [INFO] Pass 572 (777) processed. 7 failed. spent: 147:49, 52:32 mins remaining. Remove File From Workspace Context. time: 9278ms [INFO] Pass 573 (777) processed. 7 failed. spent: 148:32, 52:26 mins remaining. RemoveAllFromExecutionsWindow. time: 42433ms [INFO] Pass 574 (777) processed. 7 failed. spent: 148:41, 52:08 mins remaining. RemoveAllFromTestSuite. time: 9316ms [INFO] Pass 575 (777) processed. 7 failed. spent: 148:54, 51:52 mins remaining. RemoveContextFromDefaultContext. time: 12382ms [INFO] Pass 576 (777) processed. 7 failed. spent: 149:05, 51:35 mins remaining. RemoveContextFromGroupContext. time: 10891ms [INFO] Pass 577 (777) processed. 7 failed. spent: 149:15, 51:17 mins remaining. RemoveContextFromTest. time: 10215ms [INFO] Pass 578 (777) processed. 7 failed. spent: 149:23, 50:59 mins remaining. RemoveContextFromTestByDelButton. time: 7975ms [INFO] Pass 579 (777) processed. 7 failed. spent: 149:40, 50:44 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 16024ms [INFO] Pass 580 (777) processed. 7 failed. spent: 149:51, 50:27 mins remaining. RemoveFolderAndFileFromFolderContext. time: 10270ms [INFO] Pass 581 (777) processed. 7 failed. spent: 150:02, 50:10 mins remaining. RemoveInPrefContext. time: 11234ms [INFO] Pass 582 (777) processed. 7 failed. spent: 150:16, 49:55 mins remaining. RemoveLaunchContext. time: 13590ms [INFO] Pass 583 (777) processed. 7 failed. spent: 150:35, 49:40 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 17800ms [INFO] Pass 584 (777) processed. 7 failed. spent: 150:53, 49:26 mins remaining. RemoveTestWhichUsedInTestSuite. time: 17921ms [INFO] Pass 585 (777) processed. 7 failed. spent: 151:14, 49:12 mins remaining. RemoveTestsFromTestSuite. time: 20600ms [INFO] Pass 586 (777) processed. 7 failed. spent: 151:25, 48:55 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 11278ms [INFO] Pass 587 (777) processed. 7 failed. spent: 151:34, 48:38 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 8286ms [INFO] Pass 588 (777) processed. 7 failed. spent: 151:45, 48:21 mins remaining. Rename Workspace Context. time: 11177ms [INFO] Pass 589 (777) processed. 7 failed. spent: 151:55, 48:04 mins remaining. Rename. time: 9235ms [INFO] Pass 590 (777) processed. 7 failed. spent: 152:05, 47:46 mins remaining. Rename. time: 10300ms [INFO] Pass 591 (777) processed. 7 failed. spent: 152:13, 47:29 mins remaining. RenameAUTConfiguration. time: 7809ms [INFO] Pass 592 (777) processed. 7 failed. spent: 152:22, 47:11 mins remaining. RenameContext. time: 8050ms [INFO] Pass 593 (777) processed. 7 failed. spent: 152:32, 46:54 mins remaining. RenameContextInEditor. time: 9064ms [INFO] Pass 594 (777) processed. 7 failed. spent: 152:39, 46:36 mins remaining. RenameContextToAVeryLongName. time: 7141ms [INFO] Pass 595 (777) processed. 7 failed. spent: 154:01, 46:41 mins remaining. RenameEntireGroupContext. time: 81199ms [INFO] Pass 596 (777) processed. 7 failed. spent: 154:16, 46:26 mins remaining. RenameFolder. time: 15156ms [INFO] Pass 597 (777) processed. 7 failed. spent: 154:27, 46:09 mins remaining. RenameFolderToDuplicateName. time: 10454ms [INFO] Pass 598 (777) processed. 7 failed. spent: 154:39, 45:52 mins remaining. RenameLastSubTag. time: 11587ms [INFO] Pass 599 (777) processed. 7 failed. spent: 154:51, 45:36 mins remaining. RenameMiddleSubTag. time: 12238ms [INFO] Pass 600 (777) processed. 7 failed. spent: 155:06, 45:20 mins remaining. RenameProject. time: 14699ms [INFO] Pass 601 (777) processed. 7 failed. spent: 155:19, 45:04 mins remaining. RenameSimpleTag. time: 12810ms [INFO] Pass 602 (777) processed. 7 failed. spent: 155:32, 44:48 mins remaining. RenameTagWithSubTags. time: 11690ms [INFO] Pass 603 (777) processed. 7 failed. spent: 155:42, 44:31 mins remaining. RenameTestCase. time: 10208ms [INFO] Pass 604 (777) processed. 7 failed. spent: 156:19, 44:22 mins remaining. RenameTestCaseInTestSuite. time: 36333ms [INFO] Pass 605 (777) processed. 7 failed. spent: 156:28, 44:04 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 9120ms [INFO] Pass 606 (777) processed. 7 failed. spent: 156:38, 43:47 mins remaining. RenameTestInEditor. time: 9242ms [INFO] Pass 607 (777) processed. 7 failed. spent: 156:50, 43:31 mins remaining. RenameTestSuite. time: 11724ms [INFO] Pass 608 (777) processed. 7 failed. spent: 157:03, 43:15 mins remaining. RenameTestSuiteWhichInTestSuite. time: 12831ms [INFO] Pass 609 (777) processed. 7 failed. spent: 157:13, 42:58 mins remaining. RenameTestToAVeryLongName. time: 10035ms [INFO] Pass 610 (777) processed. 7 failed. spent: 159:45, 43:19 mins remaining. Repeated Save of Folder Context. time: 151037ms [INFO] Pass 611 (777) processed. 7 failed. spent: 160:01, 43:04 mins remaining. ReplaceInDescription. time: 15134ms [INFO] Pass 612 (777) processed. 7 failed. spent: 160:11, 42:47 mins remaining. ReplaceInEclContext. time: 9506ms [INFO] Pass 613 (777) processed. 7 failed. spent: 160:21, 42:29 mins remaining. ReplaceInOpenedEclContext. time: 10337ms [INFO] Pass 614 (777) processed. 7 failed. spent: 160:35, 42:13 mins remaining. ReplaceInScript. time: 13760ms [INFO] Pass 615 (777) processed. 7 failed. spent: 160:44, 41:56 mins remaining. NotAllowedToReplaceInTags. time: 7992ms [INFO] Pass 616 (777) processed. 7 failed. spent: 160:53, 41:39 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 9334ms [INFO] Pass 617 (777) processed. 7 failed. spent: 161:02, 41:21 mins remaining. ReportMainThread. time: 8218ms [INFO] Pass 618 (777) processed. 7 failed. spent: 161:10, 41:04 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 7743ms [INFO] Pass 619 (777) processed. 7 failed. spent: 161:50, 40:54 mins remaining. ResetPerspectiveInWBContext. time: 39960ms [INFO] Fail 620 (777) processed. 8 failed. spent: 161:58, 40:37 mins remaining. ResourceRenameTest. time: 7173ms Cause: The QuickAccess "[]" could not be found. [INFO] Pass 621 (777) processed. 8 failed. spent: 162:49, 40:30 mins remaining. RestartAUT. time: 50934ms [INFO] Pass 622 (777) processed. 8 failed. spent: 163:07, 40:15 mins remaining. RestoreDefaults. time: 18068ms [INFO] Pass 623 (777) processed. 8 failed. spent: 165:15, 40:27 mins remaining. ResumeDebugging. time: 126471ms [INFO] Pass 624 (777) processed. 8 failed. spent: 165:31, 40:11 mins remaining. ReturnToQ7FromControlPanel. time: 15336ms [INFO] Pass 625 (777) processed. 8 failed. spent: 165:46, 39:55 mins remaining. RunConfiguration_AddWithTag. time: 14932ms [INFO] Pass 626 (777) processed. 8 failed. spent: 166:22, 39:44 mins remaining. RunFailedTestCases. time: 36437ms [INFO] Pass 627 (777) processed. 8 failed. spent: 166:44, 39:29 mins remaining. RunTestSuite. time: 20774ms [INFO] Pass 628 (777) processed. 8 failed. spent: 167:15, 39:17 mins remaining. RunTestSuiteFromExplorer. time: 30555ms [INFO] Pass 629 (777) processed. 8 failed. spent: 167:29, 39:01 mins remaining. RunTestSuiteFromRunConfiguration. time: 14257ms [INFO] Pass 630 (777) processed. 8 failed. spent: 168:01, 38:48 mins remaining. RunTestSuitesFromExplorer. time: 31582ms [INFO] Pass 631 (777) processed. 8 failed. spent: 168:12, 38:31 mins remaining. RunTestsFromTagsView_TC1. time: 10902ms [INFO] Pass 632 (777) processed. 8 failed. spent: 168:25, 38:15 mins remaining. RunTestsFromTagsView_TC2. time: 12247ms [INFO] Pass 633 (777) processed. 8 failed. spent: 168:44, 37:59 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 18166ms [INFO] Pass 634 (777) processed. 8 failed. spent: 168:51, 37:41 mins remaining. RunnerArg. time: 6789ms [INFO] Pass 635 (777) processed. 8 failed. spent: 169:04, 37:25 mins remaining. Save AUT Details For Non-running AUT. time: 13077ms [INFO] Pass 636 (777) processed. 8 failed. spent: 169:19, 37:09 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 14623ms [INFO] Pass 637 (777) processed. 8 failed. spent: 169:31, 36:52 mins remaining. SaveBeforeLaunchTestCaseNever. time: 11874ms [INFO] Pass 638 (777) processed. 8 failed. spent: 169:55, 36:38 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 23372ms [INFO] Pass 639 (777) processed. 8 failed. spent: 170:48, 36:30 mins remaining. SaveBeforeRestart. time: 52122ms [INFO] Pass 640 (777) processed. 8 failed. spent: 171:12, 36:16 mins remaining. SaveChangesInContext. time: 23194ms [INFO] Pass 641 (777) processed. 8 failed. spent: 171:29, 36:00 mins remaining. SaveChangesInTest. time: 17419ms [INFO] Pass 642 (777) processed. 8 failed. spent: 172:00, 35:47 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 30641ms [INFO] Pass 643 (777) processed. 8 failed. spent: 172:25, 35:33 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 24867ms [INFO] Pass 644 (777) processed. 8 failed. spent: 173:02, 35:21 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 36645ms [INFO] Pass 645 (777) processed. 8 failed. spent: 173:19, 35:05 mins remaining. SaveDiacriticSymbolsInTest. time: 16328ms [INFO] Pass 646 (777) processed. 8 failed. spent: 173:26, 35:06 mins remaining. SaveIsImmediate. time: 7003ms [INFO] Pass 647 (777) processed. 8 failed. spent: 173:41, 34:31 mins remaining. SaveSpecialSymbolsInTest. time: 14322ms [INFO] Pass 648 (777) processed. 8 failed. spent: 175:14, 34:30 mins remaining. SaveTestFromControlPanel. time: 92385ms [INFO] Pass 649 (777) processed. 8 failed. spent: 175:31, 34:14 mins remaining. Script EditorAutocompletion. time: 16653ms [INFO] Pass 650 (777) processed. 8 failed. spent: 175:43, 33:57 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 12078ms [INFO] Pass 651 (777) processed. 8 failed. spent: 175:59, 33:41 mins remaining. SearchInWorkingSet. time: 15183ms [INFO] Pass 652 (777) processed. 8 failed. spent: 176:10, 33:24 mins remaining. SearchTestInDescription. time: 10004ms [INFO] Pass 653 (777) processed. 8 failed. spent: 176:18, 33:06 mins remaining. SearchTextInContexts. time: 8051ms [INFO] Pass 654 (777) processed. 8 failed. spent: 176:28, 32:49 mins remaining. SearchTextInScript. time: 9660ms [INFO] Pass 655 (777) processed. 8 failed. spent: 176:37, 32:31 mins remaining. SearchTextInTags. time: 8445ms [INFO] Pass 656 (777) processed. 8 failed. spent: 177:14, 32:19 mins remaining. SecondControlPanel_RecordSnippet. time: 37153ms [INFO] Pass 657 (777) processed. 8 failed. spent: 177:50, 32:06 mins remaining. SecondControlPanel_ScenarioEditor. time: 35699ms [INFO] Pass 658 (777) processed. 8 failed. spent: 178:10, 31:51 mins remaining. SelectAll in Script Viewer. time: 19776ms [INFO] Pass 659 (777) processed. 8 failed. spent: 178:23, 31:34 mins remaining. SelectLocationAtCreationContext. time: 12113ms [INFO] Pass 660 (777) processed. 8 failed. spent: 178:36, 31:36 mins remaining. SelectLocationAtCreationTest. time: 12712ms [INFO] Pass 661 (777) processed. 8 failed. spent: 178:47, 31:00 mins remaining. SelectLocationForGroupContext. time: 10953ms [INFO] Pass 662 (777) processed. 8 failed. spent: 180:24, 30:58 mins remaining. SelectPerspectiveFromDialog. time: 96494ms [INFO] Pass 663 (777) processed. 8 failed. spent: 180:36, 30:41 mins remaining. SelectRows. time: 11500ms [INFO] Pass 664 (777) processed. 8 failed. spent: 180:49, 30:24 mins remaining. Selection in Script Viewer. time: 12889ms [INFO] Pass 665 (777) processed. 8 failed. spent: 180:59, 30:07 mins remaining. SelectionAfterDelete. time: 9951ms [INFO] Pass 666 (777) processed. 8 failed. spent: 183:20, 30:11 mins remaining. Set AUT in Launch Configuration. time: 140076ms [INFO] Pass 667 (777) processed. 8 failed. spent: 184:04, 29:59 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 43687ms [INFO] Pass 668 (777) processed. 8 failed. spent: 185:20, 29:52 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 74419ms [INFO] Fail 669 (777) processed. 9 failed. spent: 186:39, 29:45 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 78224ms Cause: The control "Step Over (F6)" is disabled. [INFO] Fail 670 (777) processed. 10 failed. spent: 187:58, 29:38 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 77690ms Cause: The control "Step Into (F5)" is disabled. [INFO] Fail 671 (777) processed. 11 failed. spent: 188:50, 29:47 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 51584ms Cause: The Item "[Dummy \[RCPTT Test Suite\], Dummy, ECL Thread, create-new-context \(Dummy: 1\)]" could not be found. [INFO] Pass 672 (777) processed. 11 failed. spent: 189:34, 29:15 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 43092ms [INFO] Pass 673 (777) processed. 11 failed. spent: 190:21, 29:02 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 46787ms [INFO] Pass 674 (777) processed. 11 failed. spent: 190:35, 28:45 mins remaining. Set Tag To Workspace Context. time: 12845ms [INFO] Pass 675 (777) processed. 11 failed. spent: 190:58, 28:29 mins remaining. SetBreakpointByShortKey. time: 22630ms [INFO] Pass 676 (777) processed. 11 failed. spent: 191:15, 28:12 mins remaining. SetBreakpointInBodyOfMethod. time: 15005ms [INFO] Fail 677 (777) processed. 12 failed. spent: 193:41, 28:14 mins remaining. SetBreakpointInTestWithRestarting. time: 145176ms Cause: The control "Resume (F8)" is disabled. [INFO] Fail 678 (777) processed. 13 failed. spent: 197:46, 28:30 mins remaining. SetBreakpointOnPartOfLine. time: 244634ms Cause: Failed to execute org.eclipse.rcptt.ecl.core.impl.SequenceImpl@781e64e8 (host: null) [INFO] [INFO] [INFO] Possible AUT hang detected, 2 tests are failed because of timeout. Restarting AUT. [INFO] [INFO] [INFO] Fail 679 (777) processed. 14 failed. spent: 200:50, 28:56 mins remaining. SetBreakpointToCommentLine. time: 183721ms Cause: Failed to execute org.eclipse.rcptt.ecl.core.impl.SequenceImpl@2b2b5ce3 (host: null) [INFO] AUT-0:Restarting (restartId=1) [INFO] AUT-0:Product: org.eclipse.rcptt.platform.product [INFO] AUT-0:Application: org.eclipse.ui.ide.workbench [INFO] AUT-0:Architecture: x86_64 [INFO] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426" specified in config file: rcptt.ini [INFO] /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/aut-ws-0_restarted_1: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/aut-ws-0_restarted_1: AUT VM arguments: -Xms128m -Xmx768m -XX:PermSize=128M -XX:MaxPermSize=192M -XX:+HeapDumpOnOutOfMemoryError [INFO] Pass 680 (777) processed. 14 failed. spent: 204:04, 28:43 mins remaining. SetBreakpointViaContextMenu. time: 151309ms [INFO] Pass 681 (777) processed. 14 failed. spent: 204:34, 28:27 mins remaining. SetBreakpointViaMainMenu. time: 28788ms [INFO] Pass 682 (777) processed. 14 failed. spent: 204:46, 28:08 mins remaining. SetParameterGetParameter. time: 12137ms [INFO] Pass 683 (777) processed. 14 failed. spent: 204:58, 27:49 mins remaining. SetUnsetCommentsInScriptViewer. time: 11468ms [INFO] Pass 684 (777) processed. 14 failed. spent: 205:29, 27:33 mins remaining. ShowInTask. time: 30822ms [INFO] Pass 685 (777) processed. 14 failed. spent: 205:39, 27:14 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 9501ms [INFO] Pass 686 (777) processed. 14 failed. spent: 205:53, 26:55 mins remaining. Simple Coloring in Script Viewer. time: 13291ms [INFO] Pass 687 (777) processed. 14 failed. spent: 206:13, 26:38 mins remaining. SkipAllBreakpointsInDebug. time: 19818ms [INFO] Pass 688 (777) processed. 14 failed. spent: 206:42, 26:21 mins remaining. SmallMultipleScenarioModificationTest. time: 28809ms [INFO] Pass 689 (777) processed. 14 failed. spent: 207:34, 26:08 mins remaining. SortingInQ7Explorer. time: 51643ms [INFO] Pass 690 (777) processed. 14 failed. spent: 207:47, 25:49 mins remaining. SpecifyDocumentation. time: 12420ms [INFO] Pass 691 (777) processed. 14 failed. spent: 208:00, 25:30 mins remaining. SpecifyDocumentationCopyPaste. time: 12689ms [INFO] Pass 692 (777) processed. 14 failed. spent: 208:03, 25:10 mins remaining. SplitTest. time: 3216ms [INFO] Pass 693 (777) processed. 14 failed. spent: 208:49, 24:56 mins remaining. StepIntoAtDebugging. time: 44511ms [INFO] Fail 694 (777) processed. 15 failed. spent: 210:04, 24:44 mins remaining. StepOverAtDebugging. time: 74219ms Cause: Assertion of childCount failed: expected:<2> but was:<1>. [INFO] Pass 695 (777) processed. 15 failed. spent: 210:25, 24:27 mins remaining. StopAUTByStopCommand. time: 20474ms [INFO] Pass 696 (777) processed. 15 failed. spent: 211:23, 24:33 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 57993ms [INFO] Pass 697 (777) processed. 15 failed. spent: 212:09, 23:58 mins remaining. Switch Workspace. time: 44995ms [INFO] Pass 698 (777) processed. 15 failed. spent: 212:15, 23:39 mins remaining. Switch. time: 5484ms [INFO] Pass 699 (777) processed. 15 failed. spent: 214:24, 23:33 mins remaining. SwitchToAssertionMode. time: 128086ms [INFO] Pass 700 (777) processed. 15 failed. spent: 214:37, 23:14 mins remaining. TagsAutocompletion. time: 11985ms [INFO] Pass 701 (777) processed. 15 failed. spent: 214:50, 22:55 mins remaining. TagsViewUpdateOnFileRestore. time: 12961ms [INFO] Pass 702 (777) processed. 15 failed. spent: 215:03, 22:36 mins remaining. TagsViewUpdateOnProjectClose. time: 12513ms [INFO] Pass 703 (777) processed. 15 failed. spent: 215:07, 22:36 mins remaining. TagsView_AND. time: 3938ms [INFO] Pass 704 (777) processed. 15 failed. spent: 215:14, 21:57 mins remaining. TagsView_NOT. time: 6669ms [INFO] Pass 705 (777) processed. 15 failed. spent: 215:21, 21:37 mins remaining. TagsView_OR. time: 7064ms [INFO] Pass 706 (777) processed. 15 failed. spent: 215:26, 21:17 mins remaining. TagsView_tag with spaces. time: 4232ms [INFO] Fail 707 (777) processed. 16 failed. spent: 215:58, 21:01 mins remaining. TakeScreenshot. time: 30615ms Cause: Assertion of tabCount failed: expected:<2> but was:<1>. [INFO] Pass 708 (777) processed. 16 failed. spent: 216:49, 20:45 mins remaining. TerminateDebugging. time: 48996ms [INFO] Pass 709 (777) processed. 16 failed. spent: 217:52, 20:31 mins remaining. TerminateExistingLaunches. time: 63191ms [INFO] Pass 710 (777) processed. 16 failed. spent: 218:05, 20:12 mins remaining. TestDeleteUndoRedo. time: 12733ms [INFO] Pass 711 (777) processed. 16 failed. spent: 218:27, 19:54 mins remaining. TestDeleteUndoRedo2. time: 21483ms [INFO] Pass 712 (777) processed. 16 failed. spent: 219:15, 19:39 mins remaining. TestNumsAreDisplayedInExecutionView. time: 47084ms [INFO] Pass 713 (777) processed. 16 failed. spent: 219:30, 19:40 mins remaining. TestOptionsPopup. time: 14667ms [INFO] Pass 714 (777) processed. 16 failed. spent: 219:35, 19:00 mins remaining. TestParametrizedPreferenceContext. time: 4562ms [INFO] Pass 715 (777) processed. 16 failed. spent: 219:55, 18:42 mins remaining. TestSaveAsFromControlPanel. time: 19464ms [INFO] Fail 716 (777) processed. 17 failed. spent: 220:52, 18:27 mins remaining. TestSuiteDebug. time: 56470ms Cause: The Label "2/2" could not be found. [INFO] Pass 717 (777) processed. 17 failed. spent: 221:02, 18:08 mins remaining. TestUndoRedoExternalRef. time: 10117ms [INFO] Pass 718 (777) processed. 17 failed. spent: 221:20, 17:49 mins remaining. TestUndoRedoWithDuplicates. time: 17532ms [INFO] Pass 719 (777) processed. 17 failed. spent: 221:45, 17:31 mins remaining. TextVerification_CaptureStyledText. time: 24278ms [INFO] Pass 720 (777) processed. 17 failed. spent: 222:04, 17:33 mins remaining. TextVerification_CaptureText. time: 18376ms [INFO] Pass 721 (777) processed. 17 failed. spent: 223:13, 16:58 mins remaining. TimeVerificationAfterRestart. time: 68516ms [INFO] Pass 722 (777) processed. 17 failed. spent: 223:20, 16:39 mins remaining. TreeVerification_CreateNew. time: 7417ms [INFO] Pass 723 (777) processed. 17 failed. spent: 223:31, 16:20 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 10304ms [INFO] Pass 724 (777) processed. 17 failed. spent: 223:37, 16:00 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 5696ms [INFO] Pass 725 (777) processed. 17 failed. spent: 224:07, 15:43 mins remaining. TreeVerification_TableCase. time: 29196ms [INFO] Pass 726 (777) processed. 17 failed. spent: 224:24, 15:24 mins remaining. TreeVerification_TreeCase. time: 16550ms [INFO] Pass 727 (777) processed. 17 failed. spent: 224:43, 15:06 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 18931ms [INFO] Pass 728 (777) processed. 17 failed. spent: 224:46, 14:46 mins remaining. TryCatch. time: 3085ms [INFO] Pass 729 (777) processed. 17 failed. spent: 224:48, 14:27 mins remaining. TryCatchNPE. time: 1719ms [INFO] Pass 730 (777) processed. 17 failed. spent: 225:02, 14:08 mins remaining. TryToAddTestIntoGroupContext. time: 13026ms [INFO] Pass 731 (777) processed. 17 failed. spent: 225:10, 13:49 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 7615ms [INFO] Pass 732 (777) processed. 17 failed. spent: 225:26, 13:30 mins remaining. TryToCreateCycledGroupContexts. time: 15140ms [INFO] Pass 733 (777) processed. 17 failed. spent: 225:33, 13:11 mins remaining. TryToExportNotTestCase. time: 7387ms [INFO] Pass 734 (777) processed. 17 failed. spent: 225:45, 12:52 mins remaining. TryToImportWithEmptyClipboard. time: 11115ms [INFO] Pass 735 (777) processed. 17 failed. spent: 226:02, 12:34 mins remaining. TryToVerifyUnresolvedWidget. time: 16645ms [INFO] Pass 736 (777) processed. 17 failed. spent: 226:10, 12:15 mins remaining. UndoAfterClear. time: 7992ms [INFO] Pass 737 (777) processed. 17 failed. spent: 226:27, 11:57 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 16869ms [INFO] Pass 738 (777) processed. 17 failed. spent: 226:38, 11:38 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 10049ms [INFO] Pass 739 (777) processed. 17 failed. spent: 226:50, 11:19 mins remaining. UndoRedoDeleteProjectWithoutDeleteFromDiskByHotKey. time: 11220ms [INFO] Pass 740 (777) processed. 17 failed. spent: 227:10, 11:01 mins remaining. UndoDeletingTwoContextsInTest. time: 20380ms [INFO] Pass 741 (777) processed. 17 failed. spent: 227:25, 10:42 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 14117ms [INFO] Pass 742 (777) processed. 17 failed. spent: 227:34, 10:23 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 8922ms [INFO] Pass 743 (777) processed. 17 failed. spent: 227:43, 10:05 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 9106ms [INFO] Pass 744 (777) processed. 17 failed. spent: 227:56, 9:46 mins remaining. UndoRedoDescriptionInDefaultContext. time: 12938ms [INFO] Fail 745 (777) processed. 18 failed. spent: 228:12, 9:28 mins remaining. Undo/Redo in Control Panel. time: 14890ms Cause: Assertion of rawValue failed: expected: but was:. [INFO] Pass 746 (777) processed. 18 failed. spent: 228:29, 9:09 mins remaining. Undo/Redo in ScriptViewer. time: 16447ms [INFO] Pass 747 (777) processed. 18 failed. spent: 228:43, 8:51 mins remaining. Undo\RedoInContextDescription. time: 14434ms [INFO] Pass 748 (777) processed. 18 failed. spent: 229:01, 8:32 mins remaining. Undo/RedoInECLContext. time: 17302ms [INFO] Pass 749 (777) processed. 18 failed. spent: 229:20, 8:14 mins remaining. Undo\RedoInTestDescription. time: 18664ms [INFO] Pass 750 (777) processed. 18 failed. spent: 229:32, 7:56 mins remaining. Undo\RedoInTestSuiteDescription. time: 12387ms [INFO] Pass 751 (777) processed. 18 failed. spent: 229:46, 7:37 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 13368ms [INFO] Pass 752 (777) processed. 18 failed. spent: 229:55, 7:19 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 9188ms [INFO] Pass 753 (777) processed. 18 failed. spent: 230:08, 7:00 mins remaining. UpdateTagsViewAfterDeleteObject. time: 12272ms [INFO] Pass 754 (777) processed. 18 failed. spent: 230:11, 6:41 mins remaining. UriFromPath. time: 2884ms [INFO] Pass 755 (777) processed. 18 failed. spent: 230:25, 6:23 mins remaining. Use * as any string . time: 13084ms [INFO] Pass 756 (777) processed. 18 failed. spent: 231:04, 6:05 mins remaining. VerifyExecutionTime. time: 39446ms [INFO] Pass 757 (777) processed. 18 failed. spent: 231:25, 5:47 mins remaining. VerifyIgnoredLines. time: 20720ms [INFO] Pass 758 (777) processed. 18 failed. spent: 231:39, 5:29 mins remaining. VerifyStyledText. time: 13695ms [INFO] Pass 759 (777) processed. 18 failed. spent: 231:56, 5:10 mins remaining. VerifyText. time: 16719ms [INFO] Pass 760 (777) processed. 18 failed. spent: 232:11, 4:52 mins remaining. VerifyUncapturedFiles. time: 14740ms [INFO] Pass 761 (777) processed. 18 failed. spent: 232:29, 4:34 mins remaining. VerifyWhiteSpaceCharacters. time: 16689ms [INFO] Pass 762 (777) processed. 18 failed. spent: 232:52, 4:16 mins remaining. VerifyWorkspace. time: 23482ms [INFO] Fail 763 (777) processed. 19 failed. spent: 233:24, 3:57 mins remaining. Verify/Not Verify Icons. time: 30892ms Cause: Assertion of text failed: expected: but was:<>. [INFO] Pass 764 (777) processed. 19 failed. spent: 233:47, 3:39 mins remaining. WorkspaceContextCaptureTests. time: 22924ms [INFO] Pass 765 (777) processed. 19 failed. spent: 233:58, 3:21 mins remaining. WorkspaceContextCopyPasteTest. time: 10810ms [INFO] Pass 766 (777) processed. 19 failed. spent: 234:08, 3:02 mins remaining. WorkspaceContextImportProjectTest. time: 9480ms [INFO] Pass 767 (777) processed. 19 failed. spent: 234:21, 2:44 mins remaining. WorkspaceContextImportTest. time: 12012ms [INFO] Pass 768 (777) processed. 19 failed. spent: 234:32, 2:26 mins remaining. WorkspaceContextRemoveTest. time: 10984ms [INFO] Pass 769 (777) processed. 19 failed. spent: 234:46, 2:07 mins remaining. findReferencesToContextInGroupContext. time: 13351ms [INFO] Pass 770 (777) processed. 19 failed. spent: 235:00, 1:49 mins remaining. findReferencesToContextInRelatedProject. time: 14122ms [INFO] Pass 771 (777) processed. 19 failed. spent: 235:13, 1:31 mins remaining. findReferencesToContextInTests. time: 12958ms [INFO] Pass 772 (777) processed. 19 failed. spent: 235:32, 1:13 mins remaining. findReferencesToTestInTestSuite. time: 17976ms [INFO] Pass 773 (777) processed. 19 failed. spent: 235:47, 0:54 mins remaining. findReferencesToTestSuiteInTestSuite. time: 14642ms [INFO] Pass 774 (777) processed. 19 failed. spent: 236:06, 0:36 mins remaining. FolderContextCreation. time: 18732ms [INFO] Pass 775 (777) processed. 19 failed. spent: 236:12, 0:18 mins remaining. get-editor should not activate another editor. time: 5005ms [INFO] Pass 776 (777) processed. 19 failed. spent: 236:17, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 5150ms [INFO] Pass 777 (777) processed. 19 failed. spent: 236:23, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 5734ms [INFO] Failed Tests: [INFO] Set Breakpoint In Proc_Step Into_Step Return [INFO] SetBreakpointOnPartOfLine [INFO] PageUp\PageDownInScriptViewer [INFO] TakeScreenshot [INFO] NavigationOnScriptViewer [INFO] Undo/Redo in Control Panel [INFO] FormToolkitRecording [INFO] Set Breakpoint In Proc_Step Into_Check Variables [INFO] MarkTaskAsCompleted [INFO] ColumnIndexClickRecording [INFO] Set Breakpoint In Proc_Step Over Should Navigate To Next Line [INFO] ContextMenuActionsRecordingForBrowser [INFO] StepOverAtDebugging [INFO] SetBreakpointToCommentLine [INFO] RefreshControlStateInAssertionMode [INFO] ResourceRenameTest [INFO] Verify/Not Verify Icons [INFO] SetBreakpointInTestWithRestarting [INFO] TestSuiteDebug [INFO] Process terminated. Shut down AUTs [INFO] Runner exit code is: 56 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:58 h [INFO] Finished at: 2020-02-13T15:13:56Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.1-SNAPSHOT:execute (default-execute) on project tests: There are test failures -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.1-SNAPSHOT:execute (default-execute) on project tests: There are test failures at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures at org.eclipse.rcptt.maven.ExecuteMojo.execute (ExecuteMojo.java:276) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [ERROR] [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 java.net.ConnectException: Connection refused (Connection refused) [INFO] Process terminated. Send shutdown request to RCPTT runner. + true [Pipeline] sh + test -f /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/results/tests.html [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Mockup Test) [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/library_test_gulevich/mockups [Pipeline] { [Pipeline] git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/DudaevAR/q7.quality.mockups.git > git init /home/jenkins/agent/workspace/library_test_gulevich/mockups # timeout=10 Fetching upstream changes from https://github.com/DudaevAR/q7.quality.mockups.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/DudaevAR/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* Checking out Revision fc3a19f077a88a8542f98093864a68eb50ad9950 (refs/remotes/origin/master) > git config remote.origin.url https://github.com/DudaevAR/q7.quality.mockups.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/DudaevAR/q7.quality.mockups.git # timeout=10 Fetching upstream changes from https://github.com/DudaevAR/q7.quality.mockups.git > git fetch --tags --force --progress -- https://github.com/DudaevAR/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 Commit message: "Update RCPTT version" First time build. Skipping changelog. [Pipeline] sh > git checkout -f fc3a19f077a88a8542f98093864a68eb50ad9950 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master fc3a19f077a88a8542f98093864a68eb50ad9950 + readlink -f /home/jenkins/agent/workspace/library_test_gulevich/runner/product/target/rcptt.runner-2.5.1-SNAPSHOT.zip + mvn clean verify -B -f rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/library_test_gulevich/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/library_test_gulevich/runner/product/target/rcptt.runner-2.5.1-SNAPSHOT.zip -DmockupsRepository=https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 7.4 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 198 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 51 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 16 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 40 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 11 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 24 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 21 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 26 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (0 B at 0 B/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 47 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 9.7 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 38 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 14 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 47 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 18 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 28 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 25 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 858 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 6.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 64 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 49 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 36 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 63 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 2.4 MB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.1-SNAPSHOT/maven-metadata.xml (788 B at 24 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.1-SNAPSHOT/maven-metadata.xml (615 B at 19 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.1-SNAPSHOT/maven-metadata.xml (786 B at 11 kB/s) [INFO] [INFO] ---------------------< com.xored.q7.quality:tests >--------------------- [INFO] Building tests 1.0.0-SNAPSHOT [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom (4.1 kB at 79 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom (23 kB at 283 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar (24 kB at 319 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.1-SNAPSHOT:resources (default-resources) @ tests --- [INFO] Downloading artifact from https://archive.eclipse.org/eclipse/downloads/drops4/R-4.7.3a-201803300640/eclipse-SDK-4.7.3a-linux-gtk-x86_64.tar.gz... [INFO] Extracting AUT to /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/aut [INFO] Expanding: /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/eclipse-SDK-4.7.3a-linux-gtk-x86_64.tar.gz into /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.1-SNAPSHOT:execute (default-execute) @ tests --- [INFO] Runner command line is /bin/sh -c cd /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/runner/eclipse && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms128m -Xmx256m -Dorg.eclipse.rcptt.runner.returnTestFailure=true -jar /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -data /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/aut/eclipse -autWsPrefix /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/results/aut-console- -autArgs '-nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/debug.options' -q7report /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/library_test_gulevich/mockups/rcpttTests/target/projects/tests -injection:site 'http://download.eclipse.org/releases/mars;org.eclipse.gef;org.eclipse.draw2d' -injection:site 'http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/;org.eclipse.zest.feature.group' -injection:site 'http://download.eclipse.org/nebula/snapshot;org.eclipse.nebula.widgets.grid' -injection:site https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository -testOptions 'testExecTimeout=300;execTimeout=3600' -timeout 3600 -shutdownListenerPort 8048 [INFO] The execution timeout is set to 3600 seconds [INFO] Started at Thu Feb 13 15:15:00 UTC 2020 [INFO] RCPTT Runner version: 2.5.1 [INFO] Initializing target platform... [INFO] Begin task: Resolving null [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] Begin task: Apply injection plugins [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/ [INFO] progress: Adding repository http://download.eclipse.org/releases/mars [INFO] progress: Fetching compositeContent.jar from http://download.eclipse.org/releases/mars/ (502B) [INFO] progress: Fetching p2.index from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/ [INFO] progress: Adding repository http://download.eclipse.org/releases/mars [INFO] progress: Fetching compositeArtifacts.jar from http://download.eclipse.org/releases/mars/ (514B) [INFO] progress: Fetching p2.index from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Downloading org.eclipse.gef [INFO] progress: Downloading org.eclipse.draw2d [INFO] progress: Fetching 201510021000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/mars/ [INFO] progress: Fetching org.eclipse.gef_3.10.1.201508170204.jar.pack.gz from http://download.eclipse.org/releases/mars/201510021000/plugins/ (239.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.1.201508170204.jar.pack.gz from http://download.eclipse.org/releases/mars/201510021000/plugins/ (183.09kB) [INFO] progress: Fetching org.eclipse.gef_3.10.1.201508170204.jar.pack.gz from http://download.eclipse.org/releases/mars/201510021000/plugins/ (239.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.1.201508170204.jar.pack.gz from http://download.eclipse.org/releases/mars/201510021000/plugins/ (183.09kB) [ERROR] Feb 13, 2020 3:15:23 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Feb 13, 2020 3:15:23 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [ERROR] Feb 13, 2020 3:15:23 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Feb 13, 2020 3:15:23 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] progress: Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ [INFO] progress: Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] progress: Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ [INFO] progress: Fetching artifacts.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (1.94kB) [INFO] progress: Downloading org.eclipse.draw2d [INFO] progress: Downloading org.eclipse.zest [INFO] progress: Downloading org.eclipse.zest.core [INFO] progress: Fetching 4.0.0_gef-master_1952&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/gef/updates/legacy/releases/ [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] progress: Fetching org.eclipse.zest_1.7.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.63kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.zest_1.7.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.63kB) [INFO] progress: Fetching org.eclipse.zest.core_1.5.300.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (60.96kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.zest.core_1.5.300.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (60.96kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.51kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.51kB) [INFO] progress: Downloading org.eclipse.zest.layouts [INFO] progress: Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (48.96kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (48.96kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Adding repository http://download.eclipse.org/nebula/snapshot [ERROR] Feb 13, 2020 3:15:25 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Feb 13, 2020 3:15:25 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [ERROR] Feb 13, 2020 3:15:25 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Feb 13, 2020 3:15:25 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [ERROR] Feb 13, 2020 3:15:25 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Feb 13, 2020 3:15:25 PM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Adding repository http://download.eclipse.org/nebula/snapshot [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Downloading org.eclipse.nebula.widgets.grid [INFO] progress: Fetching org.eclipse.nebula.widgets.grid_1.1.0.202002121229.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (231.12kB) [INFO] progress: Adding repository https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository [ERROR] org.eclipse.core.runtime.CoreException: HTTP Server 'Service Unavailable': https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/content.xml [ERROR] at org.eclipse.rcptt.runner.util.TargetPlatformChecker.initializeTargetPlatform(TargetPlatformChecker.java:108) [ERROR] at org.eclipse.rcptt.runner.util.TargetPlatformChecker.initAndCheckTargetPlatform(TargetPlatformChecker.java:68) [ERROR] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:50) [ERROR] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [ERROR] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [ERROR] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [ERROR] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [ERROR] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) [ERROR] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.lang.reflect.Method.invoke(Method.java:498) [ERROR] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) [ERROR] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) [ERROR] at org.eclipse.equinox.launcher.Main.run(Main.java:1465) [ERROR] at org.eclipse.equinox.launcher.Main.main(Main.java:1438) [ERROR] Caused by: org.eclipse.ecf.filetransfer.BrowseFileTransferException: HttpComponents connection error response code 503. [ERROR] at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:276) [ERROR] at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69) [ERROR] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [INFO] Runner exit code is: 62 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:18 min [INFO] Finished at: 2020-02-13T15:15:27Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.1-SNAPSHOT:execute (default-execute) on project tests: Failed to launch RCPTT runner. Runner exit code is: 62 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.1-SNAPSHOT:execute (default-execute) on project tests: Failed to launch RCPTT runner. Runner exit code is: 62 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to launch RCPTT runner. Runner exit code is: 62 at org.eclipse.rcptt.maven.ExecuteMojo.execute (ExecuteMojo.java:280) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [ERROR] [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/MojoExecutionException java.net.ConnectException: Connection refused (Connection refused) [INFO] Process terminated. Send shutdown request to RCPTT runner. + true [Pipeline] sh + test -f /home/jenkins/agent/workspace/library_test_gulevich/rcpttTests/target/results/tests.html [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] sh + dd 'if=/dev/zero' 'of=file.txt' 'count=100' 'bs=1048576' 100+0 records in 100+0 records out 104857600 bytes (105 MB, 100 MiB) copied, 0.715055 s, 147 MB/s [Pipeline] sh + rm file.txt [Pipeline] container [Pipeline] { [Pipeline] sh + ps x PID TTY STAT TIME COMMAND 1 ? Ss+ 0:00 /bin/bash /dockerstartup/vnc_startup.sh --wait 20 ? S+ 0:00 bash /headless/noVNC/utils/launch.sh --vnc localhost:5901 --listen 6901 34 ? S+ 0:01 /usr/bin/python /headless/noVNC/utils/websockify/run --web /headless/noVNC/utils/../ 6901 localhost:5901 45 ? S+ 5:24 /usr/bin/Xvnc :1 -auth /headless/.Xauthority -depth 24 -desktop rcptt-build-agent-3.5.4-9vcrw-9r4mx:1 () -fp /usr/share/fonts/X11//misc,/usr/share/fonts/X11//Type1 -geometry 1280x1024 -pn -rfbauth /headless/.vnc/passwd -rfbport 5901 -rfbwait 30000 53 ? S+ 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc 61 ? S+ 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc --replace 85 ? Sl+ 0:00 xfce4-session 97 ? S+ 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session xfce4-session 100 ? S+ 0:00 /usr/bin/dbus-launch --exit-with-session x-session-manager 101 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session 102 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session 112 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 114 ? Sl+ 0:00 xfce4-session 118 ? S+ 0:31 xfwm4 122 ? Sl+ 0:23 xfce4-panel 124 ? S+ 0:00 Thunar --daemon 127 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 128 ? Sl+ 0:12 xfdesktop 134 ? Ssl 0:00 xfsettingsd 147 ? Sl+ 0:22 xfce4-panel 149 ? S+ 0:00 Thunar --daemon 153 ? Ss 0:00 xfsettingsd 161 ? Sl 0:00 /usr/lib/gvfs/gvfsd 181 ? S+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libactions.so 2 16777265 actions Action Buttons Log out, lock or other system actions 189 ? Sl 0:00 /usr/lib/gvfs/gvfsd 200 ? S+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libactions.so 2 25165872 actions Action Buttons Log out, lock or other system actions 204 ? Sl 0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor 212 ? Sl 0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.10 /org/gtk/gvfs/exec_spaw/0 218 ? Sl 0:00 /usr/lib/gvfs/gvfsd-metadata 93931 ? S 0:00 sh -c (pid=$$; { while [ \( -d /proc/$pid -o \! -d /proc/$$ \) -a -d '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208' -a \! -f '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-log.txt'; sleep 3; done } & jsc=durable-da922b37eca9f03ce7fdd53129d35a49; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/script.sh' > '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-result.txt'; wait) >&- 2>&- & 93932 ? S 0:00 sh -c (pid=$$; { while [ \( -d /proc/$pid -o \! -d /proc/$$ \) -a -d '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208' -a \! -f '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-log.txt'; sleep 3; done } & jsc=durable-da922b37eca9f03ce7fdd53129d35a49; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/script.sh' > '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/jenkins-result.txt'; wait) >&- 2>&- & 93934 ? S 0:00 sh -xe /home/jenkins/agent/workspace/library_test_gulevich@tmp/durable-48635208/script.sh 93935 ? R 0:00 ps x 93936 ? S 0:00 sleep 3 [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: UNSTABLE