Started by user Eike Stepper
Running as Eike Stepper
Agent basic-zwnbm is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations: {}
labels:
jenkins: "slave"
jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
jenkins/label: "basic"
name: "basic-zwnbm"
namespace: "cdo"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.cdo.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "basic-zwnbm"
- name: "JENKINS_REMOTING_JAVA_OPTS"
value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
\ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
- name: "JAVA_TOOL_OPTIONS"
value: ""
- name: "_JAVA_OPTIONS"
value: ""
- name: "OPENJ9_JAVA_OPTIONS"
value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
- name: "JENKINS_NAME"
value: "basic-zwnbm"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.cdo.svc.cluster.local/cdo/"
image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
imagePullPolicy: "Always"
name: "jnlp"
resources:
limits:
cpu: "2000m"
memory: "4096Mi"
requests:
cpu: "1000m"
memory: "4096Mi"
tty: true
volumeMounts:
- mountPath: "/home/jenkins/.m2/toolchains.xml"
name: "m2-dir"
readOnly: true
subPath: "toolchains.xml"
- mountPath: "/home/jenkins/.mavenrc"
name: "m2-dir"
readOnly: true
subPath: ".mavenrc"
- mountPath: "/opt/tools"
name: "volume-0"
readOnly: false
- mountPath: "/home/jenkins"
name: "volume-2"
readOnly: false
- mountPath: "/home/jenkins/.m2/repository"
name: "volume-3"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings-security.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings-security.xml"
- mountPath: "/home/jenkins/.m2/wrapper"
name: "volume-4"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings.xml"
- mountPath: "/home/jenkins/.ssh"
name: "volume-1"
readOnly: false
subPath: ""
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
workingDir: "/home/jenkins/agent"
nodeSelector:
kubernetes.io/os: "linux"
restartPolicy: "Never"
volumes:
- name: "volume-0"
persistentVolumeClaim:
claimName: "tools-claim-jiro-cdo"
readOnly: true
- name: "m2-secret-dir"
secret:
secretName: "m2-secret-dir"
- emptyDir:
medium: ""
name: "volume-2"
- configMap:
name: "m2-dir"
name: "m2-dir"
- configMap:
name: "known-hosts"
name: "volume-1"
- emptyDir:
medium: ""
name: "workspace-volume"
- emptyDir:
medium: ""
name: "volume-4"
- emptyDir:
medium: ""
name: "volume-3"
Building remotely on basic-zwnbm (basic) in workspace /home/jenkins/agent/workspace/emf-cdo-integration
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/cdo/cdo.git
> git init /home/jenkins/agent/workspace/emf-cdo-integration/git # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/cdo/cdo.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
> git fetch --tags --force --progress -- https://git.eclipse.org/r/cdo/cdo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://git.eclipse.org/r/cdo/cdo.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2b5a7e77e3373c370a4647ac7b3f22a9f9f7e5e3 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2b5a7e77e3373c370a4647ac7b3f22a9f9f7e5e3 # timeout=10
Commit message: "[580269] Prevent addition of new Adapters while a CDOView is closing and clearing adapters"
> git rev-list --no-walk 3ae4d9925b1cfeb0a07645198e4b94b8bda125ec # timeout=10
Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.12-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on basic-zwnbm
[hudson] $ /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin/ant -file build-info.ant -DBUILD_TYPE=I -DskipTests=false build-info
Buildfile: /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant
build-info:
[touch] Creating /home/jenkins/agent/workspace/emf-cdo-integration/signing.marker
[echo] stream = 4.x
[echo] branch = master
[echo] train = 2022-09
[echo] build.type = I
[echo] build.sign = true
[echo] build.trigger = user Eike Stepper
[echo] build.qualifier = I20220701-0522
BUILD SUCCESSFUL
Total time: 1 second
New run name is 'I20220701-0522'
[emf-cdo-integration] $ /opt/tools/apache-maven/latest/bin/mvn -f git/pom.xml -DBUILD_TYPE=I -DskipTests=false -DCDO_TESTS=IntegrationTests -DBUILD_INFO_PROPERTIES=/home/jenkins/agent/workspace/emf-cdo-integration/build-info.properties -DSIGNING_MARKER=/home/jenkins/agent/workspace/emf-cdo-integration/signing.marker clean verify
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.all:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.all-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.all:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.all-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.all:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.all-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.compare:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.compare:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.compare:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.dawn:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.dawn:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.dawn:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.doc:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.doc:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.doc:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.ecore.dependencies:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.ecore.dependencies:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.ecore.dependencies:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.epp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.epp-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.epp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.epp-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.epp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.epp-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples:4.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples:4.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples:4.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples.installer:4.3.10-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples.installer:4.3.10-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples.installer:4.3.10-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.license:4.1.603-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.license:4.1.603-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.license:4.1.603-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.lm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.lm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.lm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.migrator:4.4.9-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.migrator:4.4.9-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.migrator:4.4.9-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.sdk:5.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.sdk:5.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.sdk:5.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.db:4.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.db:4.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.db:4.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.embedded:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.embedded:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.embedded:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.lissome:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.lissome:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.lissome:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.mongodb:5.1.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.mongodb:5.1.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.mongodb:5.1.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.tests:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.tests-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.tests:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.tests-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.tests:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.tests-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.derby:4.2.503-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.derby-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.derby:4.2.503-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.derby-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.derby:4.2.503-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.derby-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.doc:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.doc:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.doc-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.doc:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.doc-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.h2:4.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.h2:4.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.h2:4.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.hsqldb:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.hsqldb-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.hsqldb:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.hsqldb-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.hsqldb:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.hsqldb-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.mysql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.mysql-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.mysql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.mysql-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.mysql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.mysql-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.oracle:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.oracle-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.oracle:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.oracle-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.oracle:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.oracle-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.postgresql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.postgresql-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.postgresql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.postgresql-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.db.postgresql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.postgresql-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.doc:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.doc:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.doc-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.doc:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.doc-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.examples:4.3.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.examples:4.3.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.examples:4.3.8-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.examples.installer:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.examples.installer:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.examples.installer:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.sdk:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.sdk-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.sdk:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.sdk-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.sdk:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.sdk-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.tests:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.tests-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.tests:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.tests-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.tests:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.tests-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ui-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ui-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ui-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util.doc:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util.doc:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.doc-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util.doc:4.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.doc-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util.ui:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util.ui:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.util.ui:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.ws:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ws-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.ws:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ws-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.net4j.ws:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.ws-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/pom.xml
[INFO] Fetching 202206151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-06/ (63B)
[INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.55kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.87kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.25kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.35kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (231.36kB)
[INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (369.38kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.69kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.admin:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.admin:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.admin:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.common:4.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.common:4.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.common:4.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.compare:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.compare:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.compare:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/pom.xml
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.89MB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.94MB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (358.42kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.85kB)
[INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (891.43kB)
[INFO] Fetching org.eclipse.emf.compare_3.5.3.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (181.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare_3.5.3.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (181.6kB)
[INFO] Unpacking org.eclipse.emf.compare_3.5.3.202202240907...
[INFO] Fetching org.eclipse.emf.compare.rcp_2.5.2.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.rcp_2.5.2.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.28kB)
[INFO] Unpacking org.eclipse.emf.compare.rcp_2.5.2.202202240907...
[INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.25kB)
[INFO] Unpacking org.eclipse.emf.compare.edit_4.3.1.202202240907...
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (296.42kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (63.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (63.24kB)
[INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (403.7kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn:2.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn:2.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn:2.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/pom.xml
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.27kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.41kB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.4kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.45kB)
[INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.94kB)
[INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.58MB)
[INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.47kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (55.58kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.48kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.03kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB)
[INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.26.0.v20220513-0449.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (213.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220511-1639.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.76kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (395.31kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250.33kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.500.v20220506-1520.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (147.64kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.55kB)
[INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (61.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (61.75kB)
[INFO] Unpacking org.eclipse.emf.common.ui_2.20.0.v20220226-1304...
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.5kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.26kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.94kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (174.42kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (218.83kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.jface.text_3.20.100.v20220516-0819.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (293.55kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.09kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220524-1304.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (423.11kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.15MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.07MB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.emf:2.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.emf:2.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.emf:2.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.gmf:2.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.gmf:2.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.gmf:2.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/pom.xml
[INFO] Fetching org.eclipse.compare.core_3.7.0.v20220513-0551.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.45kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (397.87kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (215.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (215.67kB)
[INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308...
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.54kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (257.06kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (218.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (386.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (245.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (123.7kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.69kB)
[INFO] Unpacking org.eclipse.emf.edit.ui_2.21.0.v20220226-1304...
[INFO] Fetching org.eclipse.emf.ecp.edit_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.edit_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.45kB)
[INFO] Unpacking org.eclipse.emf.ecp.edit_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.edit.swt_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (83.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.ecp.edit.swt_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.ui.view.swt_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.ecp.ui.view.swt_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220516-1117.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.41kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (54.37kB)
[INFO] Fetching org.eclipse.emf.ecp.common_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.common_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.85kB)
[INFO] Unpacking org.eclipse.emf.ecp.common_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.common.ui_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.common.ui_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.95kB)
[INFO] Unpacking org.eclipse.emf.ecp.common.ui_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emfforms.localization_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.localization_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.12kB)
[INFO] Unpacking org.eclipse.emfforms.localization_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.view.context_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.context_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.39kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.context_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.view.model_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.3kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.view.model.common_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.common_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.42kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.common_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emfforms.common_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.common_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.65kB)
[INFO] Unpacking org.eclipse.emfforms.common_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emfforms.core.services_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emfforms.core.services_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.ui.view_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.ecp.ui.view_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.view.template.model_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.template.model_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.42kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.template.model_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emfforms.core.services.editsupport_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.editsupport_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.62kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.editsupport_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emfforms.swt.core_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.core_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.18kB)
[INFO] Unpacking org.eclipse.emfforms.swt.core_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emfforms.core.bazaar_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.bazaar_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.11kB)
[INFO] Unpacking org.eclipse.emfforms.core.bazaar_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.view.template.service_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.template.service_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.98kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.template.service_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.view.label.model_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.label.model_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.84kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.label.model_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emfforms.view.annotation.model_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.view.annotation.model_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.21kB)
[INFO] Unpacking org.eclipse.emfforms.view.annotation.model_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.view.model.common.di_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.common.di_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.38kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.common.di_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emfforms.core.services.segments_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.segments_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.44kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.segments_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emf.ecp.view.util.swt_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (9.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.util.swt_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (9.87kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.util.swt_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202205212116.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (108.86kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.emfforms.core.services.emfspecificservice_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.emfspecificservice_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.24kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.emfspecificservice_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.emfforms.core.services.emf_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.emf_1.26.2.20220523-0845.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.04kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.emf_1.26.2.20220523-0845...
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (366.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (366.65kB)
[INFO] Unpacking org.eclipse.gef_3.11.0.201606061308...
[INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.46kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (688.72kB)
[INFO] Fetching org.eclipse.team.core_3.9.400.v20220511-1440.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (401.02kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (120.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.16kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (190.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (93.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.64kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.15kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (215.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.89kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (318.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.01kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202205212116.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (155.57kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (330.12kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.graphiti:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.graphiti:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.graphiti:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/pom.xml
[INFO] Fetching org.eclipse.graphiti_0.18.0.202106091000.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.graphiti_0.18.0.202106091000.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.26kB)
[INFO] Unpacking org.eclipse.graphiti_0.18.0.202106091000...
[INFO] Fetching org.eclipse.graphiti.ui_0.18.0.202106091000.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (226kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.graphiti.ui_0.18.0.202106091000.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (226kB)
[INFO] Unpacking org.eclipse.graphiti.ui_0.18.0.202106091000...
[INFO] Fetching org.eclipse.graphiti.mm_0.18.0.202106091000.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.graphiti.mm_0.18.0.202106091000.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.83kB)
[INFO] Unpacking org.eclipse.graphiti.mm_0.18.0.202106091000...
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.util:2.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.util:2.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.util:2.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.doc:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.doc:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.doc:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/pom.xml
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.35kB)
[INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (38.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (38.26kB)
[INFO] Unpacking javax.activation_1.2.2.v20201119-1642...
[INFO] Fetching javax.xml_1.4.1.v20220503-2331.jar from https://download.eclipse.org/tools/orbit/downloads/drops/I20220627165226/repository/plugins/ (339.43kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (344.71kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.09MB)
[INFO] Fetching org.eclipse.orbit.mongodb_3.2.2.v20181004-1955.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.52MB)
[INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (383.83kB)
[INFO] Fetching org.h2_1.3.168.v201212121212.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.27MB)
[INFO] Fetching org.eclipse.ocl_3.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.14MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.45kB)
[INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640...
[INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.28kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.47kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore:1.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore:1.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore:1.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore.dependencies:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore.dependencies:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore.dependencies:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/pom.xml
[INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (804.82kB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (489.96kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.200.v20220502-1514.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (341.31kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.42MB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.edit:4.5.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.edit:4.5.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.edit:4.5.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples:4.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples:4.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples:4.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.client:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.client/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.client:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.client/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.client:4.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.client/pom.xml
[INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220502-1523.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.08kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (172.29kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.client.offline:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.client.offline/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.client.offline:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.client.offline/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.client.offline:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.client.offline/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.clone:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.clone/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.clone:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.clone/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.clone:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.clone/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.installer:4.2.10-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.installer:4.2.10-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.installer:4.2.10-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.master:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.master/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.master:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.master/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.master:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.master/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.server/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer:4.11.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer:4.11.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer:4.11.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer.ui:4.7.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer.ui:4.7.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer.ui:4.7.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/pom.xml
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.92kB)
[INFO] Fetching org.eclipse.emf.compare.rcp.ui_4.4.2.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.rcp.ui_4.4.2.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.12kB)
[INFO] Unpacking org.eclipse.emf.compare.rcp.ui_4.4.2.202202240907...
[INFO] Fetching org.eclipse.emf.compare.ide.ui_4.4.3.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (246.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.ide.ui_4.4.3.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (246.97kB)
[INFO] Unpacking org.eclipse.emf.compare.ide.ui_4.4.3.202202240907...
[INFO] Fetching org.eclipse.emf.compare.ide_3.4.3.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.ide_3.4.3.202202240907.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.29kB)
[INFO] Unpacking org.eclipse.emf.compare.ide_3.4.3.202202240907...
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.edit:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.edit:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.edit:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.editor:4.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.editor:4.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.editor:4.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.genmodel:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.genmodel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.genmodel:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.genmodel/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.genmodel:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.genmodel/pom.xml
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (422.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (422.85kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617...
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (128.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (128.92kB)
[INFO] Unpacking org.eclipse.emf.codegen_2.22.0.v20210420-0623...
[INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220524-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (6.69MB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (563.82kB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (910.81kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.gmf.notation:1.10.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.gmf.notation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.gmf.notation:1.10.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.gmf.notation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.gmf.notation:1.10.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.gmf.notation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.client:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.client:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.client:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/pom.xml
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.58kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.48kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.server:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.server:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.server:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.migrator:3.2.9-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.migrator:3.2.9-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.migrator:3.2.9-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/pom.xml
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.96MB)
[INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.39kB)
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.48kB)
[INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539...
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.48kB)
[INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146...
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.net4j:4.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.net4j:4.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.net4j:4.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.sdk:4.1.603-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.sdk:4.1.603-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.sdk:4.1.603-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.edit:4.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.edit:4.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.edit:4.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.editor:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.editor:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.editor:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.ui:4.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.ui:4.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.ui:4.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server:4.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server:4.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server:4.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.admin:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.admin:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.admin:4.3.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.db:4.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.db:4.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.db:4.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.embedded:4.10.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.embedded:4.10.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.embedded:4.10.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.lissome:4.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.lissome:4.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.lissome:4.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.mongodb:4.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.mongodb:4.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.mongodb:4.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.net4j:4.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.net4j:4.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.net4j:4.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.ocl:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.ocl:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.ocl:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.product:4.2.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.product:4.2.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.product:4.2.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.security:4.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.security:4.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.security:4.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests:4.1.11-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests:4.1.11-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests:4.1.11-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/pom.xml
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.03kB)
[INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220526-0826.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.97MB)
[INFO] Fetching org.eclipse.jetty.server_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (756.23kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (162.1kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.63kB)
[INFO] Fetching org.eclipse.jetty.client_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (372.35kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (233.64kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (548.14kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (205.75kB)
[INFO] Fetching org.eclipse.jetty.websocket.common_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (42.57kB)
[INFO] Fetching org.eclipse.jetty.websocket.servlet_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (17.03kB)
[INFO] Fetching org.eclipse.jetty.websocket.server_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (36.02kB)
[INFO] Fetching org.eclipse.jetty.websocket.client_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (32.18kB)
[INFO] Fetching org.eclipse.jetty.websocket.api_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (39.17kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.94MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.700.v20220513-0809.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.18MB)
[INFO] Fetching org.eclipse.jetty.alpn.client_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (16.48kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.82kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.66kB)
[INFO] Fetching org.eclipse.jetty.webapp_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (168.29kB)
[INFO] Fetching org.eclipse.jetty.xml_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (80.28kB)
[INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.21.0.20220315-0820.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.21.0.20220315-0820.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.22kB)
[INFO] Unpacking org.eclipse.rap.tools.launch.rwt_3.21.0.20220315-0820...
[INFO] Fetching org.eclipse.jetty.websocket.core.common_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (179.24kB)
[INFO] Fetching org.eclipse.jetty.websocket.core.client_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (32.6kB)
[INFO] Fetching org.eclipse.jetty.websocket.core.server_10.0.6.jar from https://download.eclipse.org/modeling/emf/cdo/jetty-repo-10.0.6/plugins/ (61.9kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.43kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.all:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.all:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.all:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.all/pom.xml
[INFO] Fetching oracle.database.driver_8.7.0.201606021811.jar.pack.gz from https://download.oracle.com/otn_software/oepe/12.2.1.3/mars/repository/tools/plugins/ (3.33MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching oracle.database.driver_8.7.0.201606021811.jar.pack.gz from https://download.oracle.com/otn_software/oepe/12.2.1.3/mars/repository/tools/plugins/ (3.33MB)
[INFO] Unpacking oracle.database.driver_8.7.0.201606021811...
[INFO] Fetching com.mysql.jdbc_5.1.26.jar from https://www.springsite.com/eclipse/2.1.0/update/plugins/ (931.94kB)
[INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (1.35MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (1.35MB)
[INFO] Unpacking org.apache.derby_10.11.1.1_v201605202053...
[INFO] Fetching org.hsqldb_2.3.2.jar from https://www.springsite.com/eclipse/2.1.0/update/plugins/ (1.33MB)
[INFO] Fetching org.postgresql_9.2.1003.jar from https://www.springsite.com/eclipse/2.1.0/update/plugins/ (540.29kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.db:4.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.db:4.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.db:4.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.db/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lissome:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lissome:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lissome:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lissome/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.lm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.lm/pom.xml
[INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.18kB)
[INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (219.09kB)
[INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.6kB)
[INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.58kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mango:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mango:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mango:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model1:3.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model1:3.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model1:3.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model2:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model2:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model2:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model3:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model3:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model3:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4interfaces:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4interfaces:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4interfaces:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model5:3.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model5:3.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model5:3.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model6:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model6:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model6:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mongodb:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mongodb:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mongodb:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mongodb/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.repository:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.repository:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.repository:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.ui:4.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.ui:4.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.ui:4.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace:4.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace.ui:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace.ui:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace.ui:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.admin:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.admin:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.admin:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.compare:4.7.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.compare:4.7.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.compare:4.7.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.jdt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.jdt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.jdt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.shared:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.shared:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.shared:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.team:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.team:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.team:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.workspace:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.workspace:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.workspace:4.4.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat.ui:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat.ui:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.chat.ui:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.chat.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.common:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.common:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.common:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.common/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.server/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.ui:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.ui:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.buddies.ui:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.buddies.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db:4.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db:4.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db:4.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.derby:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.derby:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.derby:4.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.doc:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.doc:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.doc:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.h2:4.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.h2:4.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.h2:4.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.hsqldb:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.hsqldb:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.hsqldb:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.jdbc:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.jdbc:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.jdbc:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.mysql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.mysql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.mysql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.oracle:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.oracle:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.oracle:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.oracle/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.postgresql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.postgresql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.postgresql:4.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.db.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.debug:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.debug:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.debug:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.doc:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.doc:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.doc:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.examples:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.examples:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.examples:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.examples.installer:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.examples.installer:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.examples.installer:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.admin:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.admin:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.admin:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.admin/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.api:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.api:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.api:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.api/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.server.jdbc:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.server.jdbc:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.server.jdbc:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.server.jdbc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jms.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jms.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jvm:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jvm:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.jvm:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.sdk:4.1.603-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.sdk:4.1.603-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.sdk:4.1.603-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.tcp:4.3.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.tcp:4.3.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.tcp:4.3.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.tests:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.tests:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.tests:4.2.7-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.trace:1.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.trace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.trace:1.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.trace/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.trace:1.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.trace/pom.xml
[INFO] Fetching org.aspectj.runtime_1.9.2.201908131520.jar from https://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (137.88kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.trace.aspectj:1.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.trace.aspectj/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.trace.aspectj:1.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.trace.aspectj/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.trace.aspectj:1.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.trace.aspectj/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ui:4.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ui:4.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ui:4.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ui.shared:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ui.shared:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ui.shared:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util.doc:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util.doc:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util.doc:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util.ui:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util.ui:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.util.ui:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ws:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ws:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.net4j.ws:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.business:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.business:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.business:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.business.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.business.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.business.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.inventory:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.inventory:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.inventory:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.inventory.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.inventory.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.inventory.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.rcp:4.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.rcp:4.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.rcp:4.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/pom.xml
[INFO] Fetching org.eclipse.nebula.widgets.gallery_1.0.0.202205212116.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (110.65kB)
[INFO] Fetching org.eclipse.nebula.widgets.opal.commons_1.0.0.202205212116.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (111.08kB)
[INFO] Fetching org.eclipse.nebula.widgets.pshelf_1.1.0.202205212116.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (33.31kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.rcp.department:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.rcp.department:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.rcp.department:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.rcp.table:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.rcp.table:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.rcp.table:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.server:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.server.web:4.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.server.web:4.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.server.web:4.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/pom.xml
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (300.96kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (234.52kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.6kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.gastro.testclient:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.gastro.testclient:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.gastro.testclient:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng:4.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng:4.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng:4.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.apireports:1.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.apireports/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.apireports:1.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.apireports/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.apireports:1.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.apireports/pom.xml
[INFO] Fetching org.eclipse.pde.api.tools_1.2.900.v20220423-1025.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (945.62kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.89kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (242.35kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (252.96kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.200.v20220503-2330.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.95kB)
[INFO] Fetching org.eclipse.pde.core_3.15.200.v20220527-1237.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.35MB)
[INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.86kB)
[INFO] Fetching org.objectweb.asm.tree_9.3.0.v20220409-0157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.17kB)
[INFO] Fetching org.eclipse.pde.build_3.11.200.v20220503-0921.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (491.23kB)
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.help:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.help/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.help:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.help/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.help:4.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.help/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.releng.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.site/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.releng.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.site/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.releng.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.site/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] org.eclipse.emf.cdo.releng.parent [pom]
[INFO] org.eclipse.emf.cdo.features [pom]
[INFO] org.eclipse.emf.cdo.plugins [pom]
[INFO] org.eclipse.net4j.util [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.common [eclipse-plugin]
[INFO] org.eclipse.emf.cdo [eclipse-plugin]
[INFO] org.eclipse.net4j [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.net4j [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.admin [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.edit [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server.net4j [eclipse-plugin]
[INFO] org.eclipse.net4j.jvm [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.workspace [eclipse-plugin]
[INFO] org.eclipse.net4j.db.jdbc [eclipse-plugin]
[INFO] org.eclipse.net4j.db [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server.db [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.expressions [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.security [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server.security [eclipse-plugin]
[INFO] org.eclipse.net4j.db.h2 [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.explorer [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.compare [eclipse-plugin]
[INFO] org.eclipse.net4j.ui.shared [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.transfer [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.transfer.repository [eclipse-plugin]
[INFO] org.eclipse.net4j.util.ui [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.ui.shared [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.transfer.workspace [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.transfer.ui [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.ui [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.ui.compare [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.ui.team [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.explorer.ui [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.expressions.edit [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.expressions.editor [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.license [eclipse-feature]
[INFO] org.eclipse.emf.cdo.security.edit [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.security.editor [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.security.ui [eclipse-plugin]
[INFO] org.eclipse.net4j.tcp [eclipse-plugin]
[INFO] org.eclipse.net4j.ui [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.ui.admin [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.ui.jdt [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.transfer.workspace.ui [eclipse-plugin]
[INFO] org.eclipse.emf.cdo [eclipse-feature]
[INFO] org.eclipse.emf.cdo.dawn.util [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.dawn [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.dawn.emf [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.dawn.ui [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.dawn.gmf [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.dawn.graphiti [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.dawn [eclipse-feature]
[INFO] org.eclipse.emf.cdo.lm.modules [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.lm [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.lm.assembly [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.lm.modules.edit [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.lm.assembly.edit [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.lm.client [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.lm.edit [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.lm.ui [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.lm [eclipse-feature]
[INFO] org.eclipse.emf.cdo.compare [eclipse-feature]
[INFO] org.eclipse.net4j.db.derby [eclipse-plugin]
[INFO] org.eclipse.net4j.util.doc [eclipse-plugin]
[INFO] org.eclipse.net4j.db.hsqldb [eclipse-plugin]
[INFO] org.eclipse.net4j.db.mysql [eclipse-plugin]
[INFO] org.eclipse.net4j.db.postgresql [eclipse-plugin]
[INFO] org.eclipse.net4j.db.doc [eclipse-plugin]
[INFO] org.eclipse.net4j.debug [eclipse-plugin]
[INFO] org.eclipse.net4j.ws [eclipse-plugin]
[INFO] org.eclipse.net4j.doc [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server.mongodb [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server.ocl [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.doc [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.doc [eclipse-feature]
[INFO] org.eclipse.emf.cdo.ecore.dependencies [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.ecore.dependencies [eclipse-feature]
[INFO] org.eclipse.emf.cdo.server.admin [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server.product [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server [eclipse-feature]
[INFO] org.eclipse.net4j.util [eclipse-feature]
[INFO] org.eclipse.net4j.util.ui [eclipse-feature]
[INFO] org.eclipse.net4j [eclipse-feature]
[INFO] org.eclipse.net4j.db.h2 [eclipse-feature]
[INFO] org.eclipse.net4j.db [eclipse-feature]
[INFO] org.eclipse.emf.cdo.server.db [eclipse-feature]
[INFO] org.eclipse.emf.cdo.examples.installer [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.examples.installer [eclipse-feature]
[INFO] org.eclipse.net4j.examples.installer [eclipse-plugin]
[INFO] org.eclipse.net4j.examples.installer [eclipse-feature]
[INFO] org.eclipse.emf.cdo.migrator [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.migrator [eclipse-feature]
[INFO] org.eclipse.emf.cdo.epp [eclipse-feature]
[INFO] org.eclipse.emf.cdo.examples.company [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server.embedded [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.examples [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.examples.company.edit [eclipse-plugin]
[INFO] org.gastro.inventory [eclipse-plugin]
[INFO] org.gastro.business [eclipse-plugin]
[INFO] org.gastro.inventory.edit [eclipse-plugin]
[INFO] org.gastro.business.edit [eclipse-plugin]
[INFO] org.gastro.rcp [eclipse-plugin]
[INFO] org.gastro.rcp.department [eclipse-plugin]
[INFO] org.gastro.rcp.table [eclipse-plugin]
[INFO] org.gastro.server [eclipse-plugin]
[INFO] org.gastro.server.web [eclipse-plugin]
[INFO] org.gastro.testclient [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.examples [eclipse-feature]
[INFO] org.eclipse.emf.cdo.server.embedded [eclipse-feature]
[INFO] org.eclipse.emf.cdo.server.lissome [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.server.lissome [eclipse-feature]
[INFO] org.eclipse.emf.cdo.server.mongodb [eclipse-feature]
[INFO] org.eclipse.emf.cdo.sdk [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.sdk [eclipse-feature]
[INFO] org.eclipse.emf.cdo.lm.server [eclipse-plugin]
[INFO] org.eclipse.net4j.tests [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.mango [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.model1 [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.model2 [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.model3 [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.model4interfaces [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.model4 [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.model5 [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.model6 [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests [eclipse-test-plugin]
[INFO] org.eclipse.net4j.db.oracle [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.db [eclipse-test-plugin]
[INFO] org.eclipse.emf.cdo.tests.all [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.lm [eclipse-test-plugin]
[INFO] org.eclipse.emf.cdo.tests.lissome [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests.mongodb [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.tests [eclipse-feature]
[INFO] org.eclipse.net4j.db.derby [eclipse-feature]
[INFO] org.eclipse.net4j.db.hsqldb [eclipse-feature]
[INFO] org.eclipse.net4j.db.mysql [eclipse-feature]
[INFO] org.eclipse.net4j.db.oracle [eclipse-feature]
[INFO] org.eclipse.net4j.db.postgresql [eclipse-feature]
[INFO] org.eclipse.net4j.ws [eclipse-feature]
[INFO] org.eclipse.net4j.buddies.common [eclipse-plugin]
[INFO] org.eclipse.net4j.buddies [eclipse-plugin]
[INFO] org.eclipse.net4j.buddies.chat [eclipse-plugin]
[INFO] org.eclipse.net4j.buddies.ui [eclipse-plugin]
[INFO] org.eclipse.net4j.buddies.chat.ui [eclipse-plugin]
[INFO] org.eclipse.net4j.buddies.server [eclipse-plugin]
[INFO] org.eclipse.net4j.examples [eclipse-plugin]
[INFO] org.eclipse.net4j.jms.api [eclipse-plugin]
[INFO] org.eclipse.net4j.jms [eclipse-plugin]
[INFO] org.eclipse.net4j.jms.admin [eclipse-plugin]
[INFO] org.eclipse.net4j.jms.server [eclipse-plugin]
[INFO] org.eclipse.net4j.jms.server.jdbc [eclipse-plugin]
[INFO] org.eclipse.net4j.jms.tests [eclipse-plugin]
[INFO] org.eclipse.net4j.examples [eclipse-feature]
[INFO] org.eclipse.net4j.db.doc [eclipse-feature]
[INFO] org.eclipse.net4j.doc [eclipse-feature]
[INFO] org.eclipse.net4j.ui [eclipse-feature]
[INFO] org.eclipse.net4j.sdk [eclipse-plugin]
[INFO] org.eclipse.net4j.util.doc [eclipse-feature]
[INFO] org.eclipse.net4j.sdk [eclipse-feature]
[INFO] org.eclipse.net4j.db.tests [eclipse-plugin]
[INFO] org.eclipse.net4j.tests [eclipse-feature]
[INFO] org.eclipse.emf.cdo.examples.server [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.releng.apireports [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.releng.help [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.ecore [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.gmf.notation [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.genmodel [eclipse-plugin]
[INFO] org.eclipse.net4j.trace [eclipse-plugin]
[INFO] org.eclipse.net4j.trace.aspectj [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.all [eclipse-feature]
[INFO] org.eclipse.emf.cdo.examples.client [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.examples.client.offline [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.examples.clone [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.examples.master [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.releng.tp [eclipse-target-definition]
[INFO] org.eclipse.emf.cdo.releng [eclipse-plugin]
[INFO] org.eclipse.emf.cdo.releng.site [eclipse-repository]
[INFO] org.eclipse.emf.cdo.root [pom]
[INFO]
[INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.releng.parent >--------
[INFO] Building org.eclipse.emf.cdo.releng.parent 1.0.0-SNAPSHOT [1/178]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.releng.parent ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.releng.parent ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.features >----------
[INFO] Building org.eclipse.emf.cdo.features 4.7.0-SNAPSHOT [2/178]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.features ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.features ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.features ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.features ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.features ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.plugins >-----------
[INFO] Building org.eclipse.emf.cdo.plugins 4.7.0-SNAPSHOT [3/178]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.plugins ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.plugins ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.plugins ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.plugins ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.plugins ---
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.plugins ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.plugins ---
[INFO]
[INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.util >-------------
[INFO] Building org.eclipse.net4j.util 3.20.0-SNAPSHOT [4/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.util ---
[INFO] The project's OSGi version is 3.20.0.v20220629-0603
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.util ---
[INFO] Compiling 437 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.20.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.20.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.util ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.20.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.util ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.20.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.20.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.util ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util/target/org.eclipse.net4j.util-3.20.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.common >-----------
[INFO] Building org.eclipse.emf.cdo.common 4.18.0-SNAPSHOT [5/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.common ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.common ---
[INFO] The project's OSGi version is 4.18.0.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.common ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.common ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.common ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.common ---
[INFO] Compiling 295 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.18.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.common ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.18.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.common ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.common ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.18.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.common ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.18.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.18.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.common ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.common/target/org.eclipse.emf.cdo.common-4.18.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.common ---
[INFO]
[INFO] --------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo >---------------
[INFO] Building org.eclipse.emf.cdo 4.19.0-SNAPSHOT [6/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo ---
[INFO] The project's OSGi version is 4.19.0.v20220701-0921
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo ---
[INFO] Compiling 294 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.19.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.19.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.19.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.19.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.19.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo/target/org.eclipse.emf.cdo-4.19.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] ---------------< org.eclipse.emf.cdo:org.eclipse.net4j >----------------
[INFO] Building org.eclipse.net4j 4.15.0-SNAPSHOT [7/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j ---
[INFO] The project's OSGi version is 4.15.0.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j ---
[INFO] Compiling 104 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.15.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.15.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.15.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.15.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.15.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j/target/org.eclipse.net4j-4.15.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.net4j >------------
[INFO] Building org.eclipse.emf.cdo.net4j 4.5.2-SNAPSHOT [8/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.net4j ---
[INFO] The project's OSGi version is 4.5.2.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.net4j ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.net4j ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.net4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.net4j ---
[INFO] Compiling 105 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.net4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.net4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.5.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.net4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.5.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.net4j ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.net4j ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.5.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.net4j ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.5.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.5.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.net4j ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.net4j/target/org.eclipse.emf.cdo.net4j-4.5.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.net4j ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.admin >------------
[INFO] Building org.eclipse.emf.cdo.admin 4.3.2-SNAPSHOT [9/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.admin ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.admin ---
[INFO] The project's OSGi version is 4.3.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.admin ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.admin ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.admin ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.admin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.admin ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.admin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.admin ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.3.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.admin ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.admin ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.admin ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.admin ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.admin ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.3.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.3.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.admin ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.admin/target/org.eclipse.emf.cdo.admin-4.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.admin ---
[INFO]
[INFO] ------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.edit >------------
[INFO] Building org.eclipse.emf.cdo.edit 4.5.6-SNAPSHOT [10/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.edit ---
[INFO] The project's OSGi version is 4.5.6.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.edit ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.edit ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.edit ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.5.6-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.5.6-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.5.6-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.5.6-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.5.6-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.edit/target/org.eclipse.emf.cdo.edit-4.5.6-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.edit ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server >-----------
[INFO] Building org.eclipse.emf.cdo.server 4.18.0-SNAPSHOT [11/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server ---
[INFO] The project's OSGi version is 4.18.0.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server ---
[INFO] Compiling 117 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.18.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.18.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.18.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.18.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.18.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server/target/org.eclipse.emf.cdo.server-4.18.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.net4j >--------
[INFO] Building org.eclipse.emf.cdo.server.net4j 4.5.3-SNAPSHOT [12/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.net4j ---
[INFO] The project's OSGi version is 4.5.3.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.net4j ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.net4j ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.net4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server.net4j ---
[INFO] Compiling 83 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.net4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.net4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.5.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.net4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.5.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.net4j ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server.net4j ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.5.3-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.net4j ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.5.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.5.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server.net4j ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.net4j/target/org.eclipse.emf.cdo.server.net4j-4.5.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.net4j ---
[INFO]
[INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.jvm >--------------
[INFO] Building org.eclipse.net4j.jvm 4.3.0-SNAPSHOT [13/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.jvm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.jvm ---
[INFO] The project's OSGi version is 4.3.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.jvm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.jvm ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.jvm ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.jvm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.jvm ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.jvm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.jvm ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.jvm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.jvm ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.jvm ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.jvm ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.jvm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.jvm ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.jvm/target/org.eclipse.net4j.jvm-4.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.jvm ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.workspace >----------
[INFO] Building org.eclipse.emf.cdo.workspace 4.4.4-SNAPSHOT [14/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.workspace ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.workspace ---
[INFO] The project's OSGi version is 4.4.4.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.workspace ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.workspace ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.workspace ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.workspace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.workspace ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.workspace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.4-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.workspace ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.4-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.workspace ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.workspace ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.4-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.workspace ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.4-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.workspace ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.workspace/target/org.eclipse.emf.cdo.workspace-4.4.4-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.workspace ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.jdbc >------------
[INFO] Building org.eclipse.net4j.db.jdbc 4.4.0-SNAPSHOT [15/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db.jdbc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.jdbc ---
[INFO] The project's OSGi version is 4.4.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db.jdbc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db.jdbc ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.jdbc ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.db.jdbc ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.db.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db.jdbc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.jdbc ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.db.jdbc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db.jdbc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.db.jdbc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.jdbc/target/org.eclipse.net4j.db.jdbc-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.jdbc ---
[INFO]
[INFO] --------------< org.eclipse.emf.cdo:org.eclipse.net4j.db >--------------
[INFO] Building org.eclipse.net4j.db 4.11.1-SNAPSHOT [16/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db ---
[INFO] The project's OSGi version is 4.11.1.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.db ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.db ---
[INFO] Compiling 82 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.db ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.11.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.db ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.11.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.db ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.11.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.11.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.11.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.db ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db/target/org.eclipse.net4j.db-4.11.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.db >----------
[INFO] Building org.eclipse.emf.cdo.server.db 4.12.0-SNAPSHOT [17/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.db ---
[INFO] The project's OSGi version is 4.12.0.v20220621-0702
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.db ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server.db ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.db ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.db ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.db ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server.db ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.db ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server.db ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.db/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions >---------
[INFO] Building org.eclipse.emf.cdo.expressions 4.4.0-SNAPSHOT [18/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.expressions ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.expressions ---
[INFO] The project's OSGi version is 4.4.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.expressions ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.expressions ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.expressions ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.expressions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.expressions ---
[INFO] Compiling 55 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.expressions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.expressions ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.expressions ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.expressions ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.expressions ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.expressions ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions/target/org.eclipse.emf.cdo.expressions-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.expressions ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.security >----------
[INFO] Building org.eclipse.emf.cdo.security 4.6.0-SNAPSHOT [19/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.security ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.security ---
[INFO] The project's OSGi version is 4.6.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.security ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.security ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.security ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.security ---
[INFO] Compiling 71 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.security ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.6.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.security ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.security ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.security ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.security ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.security ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.6.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.security ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security/target/org.eclipse.emf.cdo.security-4.6.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.security ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.security >-------
[INFO] Building org.eclipse.emf.cdo.server.security 4.9.1-SNAPSHOT [20/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.security ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.security ---
[INFO] The project's OSGi version is 4.9.1.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.security ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.security ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.security ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server.security ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.security ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.9.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.security ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.security ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.9.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.security ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server.security ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.9.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.security ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.9.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.9.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server.security ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.security/target/org.eclipse.emf.cdo.server.security-4.9.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.security ---
[INFO]
[INFO] ------------< org.eclipse.emf.cdo:org.eclipse.net4j.db.h2 >-------------
[INFO] Building org.eclipse.net4j.db.h2 4.5.2-SNAPSHOT [21/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.h2 ---
[INFO] The project's OSGi version is 4.5.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.h2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.db.h2 ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.h2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.db.h2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.h2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.db.h2 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db.h2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.db.h2 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.h2/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer >----------
[INFO] Building org.eclipse.emf.cdo.explorer 4.11.3-SNAPSHOT [22/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.explorer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.explorer ---
[INFO] The project's OSGi version is 4.11.3.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.explorer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.explorer ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.explorer ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.explorer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.explorer ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.explorer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.explorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.11.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.explorer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.explorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.11.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.explorer ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.explorer ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.11.3-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.explorer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.11.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.11.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.explorer ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer/target/org.eclipse.emf.cdo.explorer-4.11.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.explorer ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.compare >-----------
[INFO] Building org.eclipse.emf.cdo.compare 4.7.0-SNAPSHOT [23/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.compare ---
[INFO] The project's OSGi version is 4.7.0.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.compare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.compare ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.compare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.compare ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.compare ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.compare ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.compare ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.compare ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.compare/target/org.eclipse.emf.cdo.compare-4.7.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.net4j.ui.shared >-----------
[INFO] Building org.eclipse.net4j.ui.shared 4.7.0-SNAPSHOT [24/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.ui.shared ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.ui.shared ---
[INFO] The project's OSGi version is 4.7.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.ui.shared ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.ui.shared ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.ui.shared ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.ui.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.ui.shared ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.ui.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.ui.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.7.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.ui.shared ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.ui.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.7.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.ui.shared ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.ui.shared ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.7.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.ui.shared ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.7.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.ui.shared ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui.shared/target/org.eclipse.net4j.ui.shared-4.7.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.ui.shared ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer >----------
[INFO] Building org.eclipse.emf.cdo.transfer 4.4.4-SNAPSHOT [25/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.transfer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer ---
[INFO] The project's OSGi version is 4.4.4.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.transfer ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.4-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.4-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.transfer ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.4-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.transfer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.4-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.transfer ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer/target/org.eclipse.emf.cdo.transfer-4.4.4-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer ---
[INFO]
[INFO] ----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.repository >-----
[INFO] Building org.eclipse.emf.cdo.transfer.repository 4.3.2-SNAPSHOT [26/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO] The project's OSGi version is 4.3.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.transfer.repository ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.transfer.repository ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.repository/target/org.eclipse.emf.cdo.transfer.repository-4.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer.repository ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.util.ui >------------
[INFO] Building org.eclipse.net4j.util.ui 3.15.0-SNAPSHOT [27/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.util.ui ---
[INFO] The project's OSGi version is 3.15.0.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.util.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.util.ui ---
[INFO] Compiling 96 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.util.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.util.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.15.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.util.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.15.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.util.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.15.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.util.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.15.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.15.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.util.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.ui/target/org.eclipse.net4j.util.ui-3.15.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.shared >----------
[INFO] Building org.eclipse.emf.cdo.ui.shared 4.7.0-SNAPSHOT [28/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.ui.shared ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.shared ---
[INFO] The project's OSGi version is 4.7.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.shared ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.shared ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.shared ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.ui.shared ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.7.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.shared ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.7.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.shared ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.ui.shared ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.7.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.ui.shared ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.7.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.ui.shared ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.shared/target/org.eclipse.emf.cdo.ui.shared-4.7.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.shared ---
[INFO]
[INFO] -----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace >-----
[INFO] Building org.eclipse.emf.cdo.transfer.workspace 4.4.1-SNAPSHOT [29/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO] The project's OSGi version is 4.4.1.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.transfer.workspace ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.transfer.workspace ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace/target/org.eclipse.emf.cdo.transfer.workspace-4.4.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer.workspace ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.ui >---------
[INFO] Building org.eclipse.emf.cdo.transfer.ui 4.4.3-SNAPSHOT [30/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO] The project's OSGi version is 4.4.3.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.4.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.4.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.transfer.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.4.3-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.4.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.4.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.transfer.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.ui/target/org.eclipse.emf.cdo.transfer.ui-4.4.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer.ui ---
[INFO]
[INFO] -------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui >-------------
[INFO] Building org.eclipse.emf.cdo.ui 4.14.0-SNAPSHOT [31/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui ---
[INFO] The project's OSGi version is 4.14.0.v20220629-0612
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.ui ---
[INFO] Compiling 150 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.14.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.14.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.14.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.14.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui/target/org.eclipse.emf.cdo.ui-4.14.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.compare >---------
[INFO] Building org.eclipse.emf.cdo.ui.compare 4.7.1-SNAPSHOT [32/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.ui.compare ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.compare ---
[INFO] The project's OSGi version is 4.7.1.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.compare ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.compare ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.compare ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.compare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.ui.compare ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.compare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.compare ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.compare ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.compare ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.compare ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.ui.compare ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.ui.compare ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.ui.compare ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.compare/target/org.eclipse.emf.cdo.ui.compare-4.7.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.compare ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.team >-----------
[INFO] Building org.eclipse.emf.cdo.ui.team 4.4.2-SNAPSHOT [33/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.ui.team ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.team ---
[INFO] The project's OSGi version is 4.4.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.team ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.team ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.team ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.team ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.ui.team ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.team ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.team ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.team ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.team ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.team ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.ui.team ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.ui.team ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.ui.team ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.team/target/org.eclipse.emf.cdo.ui.team-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.team ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.explorer.ui >---------
[INFO] Building org.eclipse.emf.cdo.explorer.ui 4.7.7-SNAPSHOT [34/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO] The project's OSGi version is 4.7.7.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO] Compiling 88 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.explorer.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.7-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.7-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.explorer.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.explorer.ui/target/org.eclipse.emf.cdo.explorer.ui-4.7.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.explorer.ui ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.edit >------
[INFO] Building org.eclipse.emf.cdo.expressions.edit 4.4.0-SNAPSHOT [35/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO] The project's OSGi version is 4.4.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.expressions.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.expressions.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.edit/target/org.eclipse.emf.cdo.expressions.edit-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.expressions.edit ---
[INFO]
[INFO] -----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.expressions.editor >-----
[INFO] Building org.eclipse.emf.cdo.expressions.editor 4.5.0-SNAPSHOT [36/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO] The project's OSGi version is 4.5.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/target/org.eclipse.emf.cdo.expressions.editor-4.5.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/target/org.eclipse.emf.cdo.expressions.editor-4.5.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.expressions.editor ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/target/org.eclipse.emf.cdo.expressions.editor-4.5.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/target/org.eclipse.emf.cdo.expressions.editor-4.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/target/org.eclipse.emf.cdo.expressions.editor-4.5.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.expressions.editor ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.expressions.editor/target/org.eclipse.emf.cdo.expressions.editor-4.5.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.expressions.editor ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.license >------
[INFO] Building org.eclipse.emf.cdo.license 4.1.603-SNAPSHOT [37/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.license ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.license ---
[INFO] The project's OSGi version is 4.1.603.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.license ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.license ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.license ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.license ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.license ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target/org.eclipse.emf.cdo.license-4.1.603-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.license ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.license ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.license ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target/org.eclipse.emf.cdo.license-4.1.603-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.license ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target/org.eclipse.emf.cdo.license-4.1.603-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.license-feature/target/org.eclipse.emf.cdo.license-4.1.603-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.license ---
[INFO]
[INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.edit >--------
[INFO] Building org.eclipse.emf.cdo.security.edit 4.5.0-SNAPSHOT [38/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.security.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.security.edit ---
[INFO] The project's OSGi version is 4.5.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.security.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.security.edit ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.security.edit ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.security.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.security.edit ---
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.security.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.security.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.5.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.security.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.security.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.5.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.security.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.security.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.5.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.security.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.5.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.security.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.edit/target/org.eclipse.emf.cdo.security.edit-4.5.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.security.edit ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.editor >-------
[INFO] Building org.eclipse.emf.cdo.security.editor 4.4.0-SNAPSHOT [39/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.security.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.security.editor ---
[INFO] The project's OSGi version is 4.4.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.security.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.security.editor ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.security.editor ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.security.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.security.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.security.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.security.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/target/org.eclipse.emf.cdo.security.editor-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.security.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.security.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/target/org.eclipse.emf.cdo.security.editor-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.security.editor ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.security.editor ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/target/org.eclipse.emf.cdo.security.editor-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.security.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/target/org.eclipse.emf.cdo.security.editor-4.4.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/target/org.eclipse.emf.cdo.security.editor-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.security.editor ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.editor/target/org.eclipse.emf.cdo.security.editor-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.security.editor ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.security.ui >---------
[INFO] Building org.eclipse.emf.cdo.security.ui 4.5.3-SNAPSHOT [40/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.security.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.security.ui ---
[INFO] The project's OSGi version is 4.5.3.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.security.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.security.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.security.ui ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.security.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.security.ui ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.security.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.security.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.security.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.security.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.security.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.security.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.security.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.security.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.security.ui/target/org.eclipse.emf.cdo.security.ui-4.5.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.security.ui ---
[INFO]
[INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.tcp >--------------
[INFO] Building org.eclipse.net4j.tcp 4.3.3-SNAPSHOT [41/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.tcp ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.tcp ---
[INFO] The project's OSGi version is 4.3.3.v20220515-1607
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.tcp ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.tcp ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.tcp ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.tcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.tcp ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.tcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.tcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.3.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.tcp ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.tcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.3.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.tcp ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.tcp ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.3.3-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.tcp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.3.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.3.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.tcp ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tcp/target/org.eclipse.net4j.tcp-4.3.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.tcp ---
[INFO]
[INFO] --------------< org.eclipse.emf.cdo:org.eclipse.net4j.ui >--------------
[INFO] Building org.eclipse.net4j.ui 4.4.3-SNAPSHOT [42/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.ui ---
[INFO] The project's OSGi version is 4.4.3.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.ui ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.ui ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.3-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ui/target/org.eclipse.net4j.ui-4.4.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.ui ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.admin >----------
[INFO] Building org.eclipse.emf.cdo.ui.admin 4.3.0-SNAPSHOT [43/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.ui.admin ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.admin ---
[INFO] The project's OSGi version is 4.3.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.admin ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.admin ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.admin ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.admin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.ui.admin ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.admin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.admin ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.admin ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.admin ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.admin ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.ui.admin ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.ui.admin ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.ui.admin ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.admin/target/org.eclipse.emf.cdo.ui.admin-4.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.admin ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ui.jdt >-----------
[INFO] Building org.eclipse.emf.cdo.ui.jdt 1.0.0-SNAPSHOT [44/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO] The project's OSGi version is 1.0.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.ui.jdt ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.ui.jdt ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ui.jdt/target/org.eclipse.emf.cdo.ui.jdt-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ui.jdt ---
[INFO]
[INFO] ---< org.eclipse.emf.cdo:org.eclipse.emf.cdo.transfer.workspace.ui >----
[INFO] Building org.eclipse.emf.cdo.transfer.workspace.ui 4.4.0-SNAPSHOT [45/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO] The project's OSGi version is 4.4.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.transfer.workspace.ui/target/org.eclipse.emf.cdo.transfer.workspace.ui-4.4.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.transfer.workspace.ui ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo >----------
[INFO] Building org.eclipse.emf.cdo 4.20.0-SNAPSHOT [46/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo ---
[INFO] The project's OSGi version is 4.20.0.v20220701-0921
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target/org.eclipse.emf.cdo-4.20.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target/org.eclipse.emf.cdo-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target/org.eclipse.emf.cdo-4.20.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo-feature/target/org.eclipse.emf.cdo-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.util >----------
[INFO] Building org.eclipse.emf.cdo.dawn.util 2.2.1-SNAPSHOT [47/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.dawn.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.util ---
[INFO] The project's OSGi version is 2.2.1.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.util ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.util ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.dawn.util ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.util ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.dawn.util ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.dawn.util ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.dawn.util ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.util/target/org.eclipse.emf.cdo.dawn.util-2.2.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.util ---
[INFO]
[INFO] ------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn >------------
[INFO] Building org.eclipse.emf.cdo.dawn 2.3.4-SNAPSHOT [48/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn ---
[INFO] The project's OSGi version is 2.3.4.v20220629-0612
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.dawn ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.4-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.dawn ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.4-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.dawn ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.dawn ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn/target/org.eclipse.emf.cdo.dawn-2.3.4-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.emf >----------
[INFO] Building org.eclipse.emf.cdo.dawn.emf 2.2.1-SNAPSHOT [49/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO] The project's OSGi version is 2.2.1.v20220629-0612
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.dawn.emf ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.dawn.emf ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.emf/target/org.eclipse.emf.cdo.dawn.emf-2.2.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.emf ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.ui >-----------
[INFO] Building org.eclipse.emf.cdo.dawn.ui 2.3.0-SNAPSHOT [50/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO] The project's OSGi version is 2.3.0.v20220616-1712
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.dawn.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.dawn.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.ui/target/org.eclipse.emf.cdo.dawn.ui-2.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.ui ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.gmf >----------
[INFO] Building org.eclipse.emf.cdo.dawn.gmf 2.3.2-SNAPSHOT [51/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO] The project's OSGi version is 2.3.2.v20220629-0612
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.dawn.gmf ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.dawn.gmf ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.gmf/target/org.eclipse.emf.cdo.dawn.gmf-2.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.gmf ---
[INFO]
[INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.dawn.graphiti >--------
[INFO] Building org.eclipse.emf.cdo.dawn.graphiti 2.3.1-SNAPSHOT [52/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO] The project's OSGi version is 2.3.1.v20220629-0612
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.dawn.graphiti ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.dawn.graphiti ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.dawn.graphiti/target/org.eclipse.emf.cdo.dawn.graphiti-2.3.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn.graphiti ---
[INFO]
[INFO] -------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.dawn >--------
[INFO] Building org.eclipse.emf.cdo.dawn 2.5.1-SNAPSHOT [53/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.dawn ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.dawn ---
[INFO] The project's OSGi version is 2.5.1.v20220629-0612
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.dawn ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target/org.eclipse.emf.cdo.dawn-2.5.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.dawn ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target/org.eclipse.emf.cdo.dawn-2.5.1-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.dawn ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target/org.eclipse.emf.cdo.dawn-2.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.dawn-feature/target/org.eclipse.emf.cdo.dawn-2.5.1-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.dawn ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules >---------
[INFO] Building org.eclipse.emf.cdo.lm.modules 1.0.0-SNAPSHOT [54/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm.modules ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.modules ---
[INFO] The project's OSGi version is 1.0.0.v20220511-0826
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.modules ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.modules ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.modules ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.modules ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.lm.modules ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.modules ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.modules ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.modules ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.modules ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.modules ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.lm.modules ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm.modules ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.lm.modules ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules/target/org.eclipse.emf.cdo.lm.modules-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.modules ---
[INFO]
[INFO] -------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm >-------------
[INFO] Building org.eclipse.emf.cdo.lm 1.0.0-SNAPSHOT [55/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm ---
[INFO] The project's OSGi version is 1.0.0.v20220515-1607
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.lm ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.lm ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.lm ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly >---------
[INFO] Building org.eclipse.emf.cdo.lm.assembly 1.0.0-SNAPSHOT [56/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO] The project's OSGi version is 1.0.0.v20220511-0826
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.lm.assembly ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.lm.assembly ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly/target/org.eclipse.emf.cdo.lm.assembly-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.assembly ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.modules.edit >-------
[INFO] Building org.eclipse.emf.cdo.lm.modules.edit 1.0.0-SNAPSHOT [57/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO] The project's OSGi version is 1.0.0.v20220604-0710
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.lm.modules.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.lm.modules.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.modules.edit/target/org.eclipse.emf.cdo.lm.modules.edit-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.modules.edit ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.assembly.edit >------
[INFO] Building org.eclipse.emf.cdo.lm.assembly.edit 1.0.0-SNAPSHOT [58/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO] The project's OSGi version is 1.0.0.v20220509-1040
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.assembly.edit/target/org.eclipse.emf.cdo.lm.assembly.edit-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.assembly.edit ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.client >----------
[INFO] Building org.eclipse.emf.cdo.lm.client 1.0.0-SNAPSHOT [59/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm.client ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.client ---
[INFO] The project's OSGi version is 1.0.0.v20220515-0717
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.client ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.client ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.client ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.lm.client ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.client ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.client ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.lm.client ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm.client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.lm.client ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.client/target/org.eclipse.emf.cdo.lm.client-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.client ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.edit >-----------
[INFO] Building org.eclipse.emf.cdo.lm.edit 1.0.0-SNAPSHOT [60/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.edit ---
[INFO] The project's OSGi version is 1.0.0.v20220515-1607
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.edit ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.edit ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.lm.edit ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.lm.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.lm.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.edit/target/org.eclipse.emf.cdo.lm.edit-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.edit ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.ui >------------
[INFO] Building org.eclipse.emf.cdo.lm.ui 1.0.0-SNAPSHOT [61/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.ui ---
[INFO] The project's OSGi version is 1.0.0.v20220604-0710
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.ui ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.lm.ui ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.lm.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.lm.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.ui/target/org.eclipse.emf.cdo.lm.ui-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.ui ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.lm >---------
[INFO] Building org.eclipse.emf.cdo.lm 1.0.0-SNAPSHOT [62/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.lm ---
[INFO] The project's OSGi version is 1.0.0.v20220604-0710
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.lm ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.lm ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.lm-feature/target/org.eclipse.emf.cdo.lm-1.0.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.compare >------
[INFO] Building org.eclipse.emf.cdo.compare 4.10.0-SNAPSHOT [63/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.compare ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.compare ---
[INFO] The project's OSGi version is 4.10.0.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.compare ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target/org.eclipse.emf.cdo.compare-4.10.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.compare ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target/org.eclipse.emf.cdo.compare-4.10.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.compare ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target/org.eclipse.emf.cdo.compare-4.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.compare-feature/target/org.eclipse.emf.cdo.compare-4.10.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.compare ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.derby >-----------
[INFO] Building org.eclipse.net4j.db.derby 4.3.2-SNAPSHOT [64/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db.derby ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.derby ---
[INFO] The project's OSGi version is 4.3.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db.derby ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db.derby ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.derby ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.derby ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.db.derby ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.derby ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.db.derby ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db.derby ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.derby ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.derby ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.db.derby ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db.derby ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.db.derby ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.derby/target/org.eclipse.net4j.db.derby-4.3.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.derby ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.util.doc >-----------
[INFO] Building org.eclipse.net4j.util.doc 4.2.5-SNAPSHOT [65/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.util.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.util.doc ---
[INFO] The project's OSGi version is 4.2.5.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.util.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.util.doc ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util.doc ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.util.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.util.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.util.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.util.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/target/org.eclipse.net4j.util.doc-4.2.5-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.util.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.util.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/target/org.eclipse.net4j.util.doc-4.2.5-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util.doc ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.util.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.util.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/target/org.eclipse.net4j.util.doc-4.2.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.util.doc/target/org.eclipse.net4j.util.doc-4.2.5-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.util.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util.doc ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.hsqldb >-----------
[INFO] Building org.eclipse.net4j.db.hsqldb 4.4.2-SNAPSHOT [66/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db.hsqldb ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.hsqldb ---
[INFO] The project's OSGi version is 4.4.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db.hsqldb ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db.hsqldb ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.hsqldb ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.hsqldb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.db.hsqldb ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.hsqldb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.db.hsqldb ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db.hsqldb ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.hsqldb ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.hsqldb ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.db.hsqldb ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db.hsqldb ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.db.hsqldb ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.hsqldb/target/org.eclipse.net4j.db.hsqldb-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.hsqldb ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.net4j.db.mysql >-----------
[INFO] Building org.eclipse.net4j.db.mysql 4.4.2-SNAPSHOT [67/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db.mysql ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.mysql ---
[INFO] The project's OSGi version is 4.4.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db.mysql ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db.mysql ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.mysql ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.mysql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.db.mysql ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.mysql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.db.mysql ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db.mysql ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.mysql ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.mysql ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.db.mysql ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db.mysql ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.db.mysql ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.mysql/target/org.eclipse.net4j.db.mysql-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.mysql ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.net4j.db.postgresql >---------
[INFO] Building org.eclipse.net4j.db.postgresql 4.4.2-SNAPSHOT [68/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db.postgresql ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.postgresql ---
[INFO] The project's OSGi version is 4.4.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db.postgresql ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db.postgresql ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.postgresql ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.db.postgresql ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.postgresql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.db.postgresql ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db.postgresql ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.postgresql ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.postgresql ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.db.postgresql ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db.postgresql ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.db.postgresql ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.postgresql/target/org.eclipse.net4j.db.postgresql-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.postgresql ---
[INFO]
[INFO] ------------< org.eclipse.emf.cdo:org.eclipse.net4j.db.doc >------------
[INFO] Building org.eclipse.net4j.db.doc 4.2.5-SNAPSHOT [69/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.db.doc ---
[INFO] The project's OSGi version is 4.2.5.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db.doc ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.doc ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.db.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.db.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.db.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.db.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/target/org.eclipse.net4j.db.doc-4.2.5-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.db.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/target/org.eclipse.net4j.db.doc-4.2.5-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.doc ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.db.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/target/org.eclipse.net4j.db.doc-4.2.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.db.doc/target/org.eclipse.net4j.db.doc-4.2.5-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.db.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.doc ---
[INFO]
[INFO] ------------< org.eclipse.emf.cdo:org.eclipse.net4j.debug >-------------
[INFO] Building org.eclipse.net4j.debug 3.2.0-SNAPSHOT [70/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.debug ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.debug ---
[INFO] The project's OSGi version is 3.2.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.debug ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.debug ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.debug ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.debug ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.debug ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.debug ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.debug ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.debug ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.debug ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.debug/target/org.eclipse.net4j.debug-3.2.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.debug ---
[INFO]
[INFO] --------------< org.eclipse.emf.cdo:org.eclipse.net4j.ws >--------------
[INFO] Building org.eclipse.net4j.ws 1.2.0-SNAPSHOT [71/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.ws ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.ws ---
[INFO] The project's OSGi version is 1.2.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.ws ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.ws ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.ws ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.ws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.ws ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.ws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.ws ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.ws ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.ws ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.ws ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.ws ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.ws ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.ws ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.ws/target/org.eclipse.net4j.ws-1.2.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.ws ---
[INFO]
[INFO] -------------< org.eclipse.emf.cdo:org.eclipse.net4j.doc >--------------
[INFO] Building org.eclipse.net4j.doc 4.2.5-SNAPSHOT [72/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.doc ---
[INFO] The project's OSGi version is 4.2.5.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.doc ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.doc ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/target/org.eclipse.net4j.doc-4.2.5-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/target/org.eclipse.net4j.doc-4.2.5-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.doc ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/target/org.eclipse.net4j.doc-4.2.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.doc/target/org.eclipse.net4j.doc-4.2.5-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.doc ---
[INFO]
[INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.mongodb >-------
[INFO] Building org.eclipse.emf.cdo.server.mongodb 4.1.2-SNAPSHOT [73/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] The project's OSGi version is 4.1.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server.mongodb ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server.mongodb ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.mongodb/target/org.eclipse.emf.cdo.server.mongodb-4.1.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.ocl >---------
[INFO] Building org.eclipse.emf.cdo.server.ocl 4.4.2-SNAPSHOT [74/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.ocl ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.ocl ---
[INFO] The project's OSGi version is 4.4.2.v20220515-1607
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.ocl ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.ocl ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.ocl ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.ocl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server.ocl ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.ocl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.ocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.ocl ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.ocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.ocl ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server.ocl ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.ocl ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.4.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server.ocl ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.ocl/target/org.eclipse.emf.cdo.server.ocl-4.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.ocl ---
[INFO]
[INFO] ------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.doc >-------------
[INFO] Building org.eclipse.emf.cdo.doc 4.2.7-SNAPSHOT [75/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.doc ---
[INFO] The project's OSGi version is 4.2.7.v20220621-0702
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/target/org.eclipse.emf.cdo.doc-4.2.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/target/org.eclipse.emf.cdo.doc-4.2.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/target/org.eclipse.emf.cdo.doc-4.2.7-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.doc/target/org.eclipse.emf.cdo.doc-4.2.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.doc >--------
[INFO] Building org.eclipse.emf.cdo.doc 4.3.7-SNAPSHOT [76/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.doc ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.doc ---
[INFO] The project's OSGi version is 4.3.7.v20220621-0702
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target/org.eclipse.emf.cdo.doc-4.3.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target/org.eclipse.emf.cdo.doc-4.3.7-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target/org.eclipse.emf.cdo.doc-4.3.7-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.doc-feature/target/org.eclipse.emf.cdo.doc-4.3.7-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.doc ---
[INFO]
[INFO] -----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.ecore.dependencies >-----
[INFO] Building org.eclipse.emf.cdo.ecore.dependencies 1.0.2-SNAPSHOT [77/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] The project's OSGi version is 1.0.2.v20220604-0710
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.ecore.dependencies ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.ecore.dependencies ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.ecore.dependencies/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.ecore.dependencies >--
[INFO] Building org.eclipse.emf.cdo.ecore.dependencies 1.0.2-SNAPSHOT [78/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] The project's OSGi version is 1.0.2.v20220604-0710
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.ecore.dependencies-feature/target/org.eclipse.emf.cdo.ecore.dependencies-1.0.2-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.ecore.dependencies ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.admin >--------
[INFO] Building org.eclipse.emf.cdo.server.admin 4.3.7-SNAPSHOT [79/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.admin ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.admin ---
[INFO] The project's OSGi version is 4.3.7.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.admin ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.admin ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.admin ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.admin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server.admin ---
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.admin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.admin ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.3.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.admin ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.admin ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.3.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.admin ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server.admin ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.3.7-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.admin ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.3.7-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.3.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server.admin ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.admin/target/org.eclipse.emf.cdo.server.admin-4.3.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.admin ---
[INFO]
[INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.product >-------
[INFO] Building org.eclipse.emf.cdo.server.product 4.2.6-SNAPSHOT [80/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.product ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.product ---
[INFO] The project's OSGi version is 4.2.6.v20220621-0702
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.product ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.product ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.product ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server.product ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.product ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.6-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.product ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.product ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.6-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.product ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server.product ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.6-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.product ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.6-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.6-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server.product ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.product/target/org.eclipse.emf.cdo.server.product-4.2.6-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.product ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server >-------
[INFO] Building org.eclipse.emf.cdo.server 4.20.0-SNAPSHOT [81/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server ---
[INFO] The project's OSGi version is 4.20.0.v20220701-0921
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target/org.eclipse.emf.cdo.server-4.20.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target/org.eclipse.emf.cdo.server-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target/org.eclipse.emf.cdo.server-4.20.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server-feature/target/org.eclipse.emf.cdo.server-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.net4j.util >---------
[INFO] Building org.eclipse.net4j.util 4.19.0-SNAPSHOT [82/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.util ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.util ---
[INFO] The project's OSGi version is 4.19.0.v20220629-0603
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.net4j.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target/org.eclipse.net4j.util-4.19.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.util ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.net4j.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target/org.eclipse.net4j.util-4.19.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.util ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target/org.eclipse.net4j.util-4.19.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util-feature/target/org.eclipse.net4j.util-4.19.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util ---
[INFO]
[INFO] -------< org.eclipse.emf.cdo.features:org.eclipse.net4j.util.ui >-------
[INFO] Building org.eclipse.net4j.util.ui 4.19.0-SNAPSHOT [83/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.util.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.util.ui ---
[INFO] The project's OSGi version is 4.19.0.v20220629-0603
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.net4j.util.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target/org.eclipse.net4j.util.ui-4.19.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.net4j.util.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target/org.eclipse.net4j.util.ui-4.19.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.util.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target/org.eclipse.net4j.util.ui-4.19.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.util.ui-feature/target/org.eclipse.net4j.util.ui-4.19.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.util.ui ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo.features:org.eclipse.net4j >-----------
[INFO] Building org.eclipse.net4j 4.20.0-SNAPSHOT [84/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j ---
[INFO] The project's OSGi version is 4.20.0.v20220629-0603
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.net4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target/org.eclipse.net4j-4.20.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.net4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target/org.eclipse.net4j-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target/org.eclipse.net4j-4.20.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j-feature/target/org.eclipse.net4j-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.net4j.db.h2 >--------
[INFO] Building org.eclipse.net4j.db.h2 4.5.2-SNAPSHOT [85/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db.h2 ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db.h2 ---
[INFO] The project's OSGi version is 4.5.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.net4j.db.h2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.net4j.db.h2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db.h2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db.h2-feature/target/org.eclipse.net4j.db.h2-4.5.2-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db.h2 ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo.features:org.eclipse.net4j.db >----------
[INFO] Building org.eclipse.net4j.db 4.19.0-SNAPSHOT [86/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.db ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.db ---
[INFO] The project's OSGi version is 4.19.0.v20220629-0603
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.net4j.db ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target/org.eclipse.net4j.db-4.19.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.db ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.net4j.db ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target/org.eclipse.net4j.db-4.19.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.db ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target/org.eclipse.net4j.db-4.19.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.db-feature/target/org.eclipse.net4j.db-4.19.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.db ---
[INFO]
[INFO] -----< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.db >-----
[INFO] Building org.eclipse.emf.cdo.server.db 4.12.0-SNAPSHOT [87/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.db ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server.db ---
[INFO] The project's OSGi version is 4.12.0.v20220621-0702
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server.db ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.server.db ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.db ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.db-feature/target/org.eclipse.emf.cdo.server.db-4.12.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.db ---
[INFO]
[INFO] -----< org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.installer >-----
[INFO] Building org.eclipse.emf.cdo.examples.installer 4.2.10-SNAPSHOT [88/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] The project's OSGi version is 4.2.10.v20220621-0702
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.2.10-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.2.10-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.examples.installer ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.2.10-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.2.10-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.2.10-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.examples.installer ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.installer/target/org.eclipse.emf.cdo.examples.installer-4.2.10-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples.installer >--
[INFO] Building org.eclipse.emf.cdo.examples.installer 4.3.10-SNAPSHOT [89/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] The project's OSGi version is 4.3.10.v20220621-0702
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target/org.eclipse.emf.cdo.examples.installer-4.3.10-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target/org.eclipse.emf.cdo.examples.installer-4.3.10-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.examples.installer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target/org.eclipse.emf.cdo.examples.installer-4.3.10-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples.installer-feature/target/org.eclipse.emf.cdo.examples.installer-4.3.10-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples.installer ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo:org.eclipse.net4j.examples.installer >------
[INFO] Building org.eclipse.net4j.examples.installer 4.2.7-SNAPSHOT [90/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.examples.installer ---
[INFO] The project's OSGi version is 4.2.7.v20220515-1607
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.examples.installer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.examples.installer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.2.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.2.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.examples.installer ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.2.7-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.examples.installer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.2.7-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.2.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.examples.installer ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.examples.installer/target/org.eclipse.net4j.examples.installer-4.2.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --< org.eclipse.emf.cdo.features:org.eclipse.net4j.examples.installer >--
[INFO] Building org.eclipse.net4j.examples.installer 4.3.7-SNAPSHOT [91/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.examples.installer ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.net4j.examples.installer ---
[INFO] The project's OSGi version is 4.3.7.v20220515-1607
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.net4j.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target/org.eclipse.net4j.examples.installer-4.3.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.net4j.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target/org.eclipse.net4j.examples.installer-4.3.7-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.examples.installer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target/org.eclipse.net4j.examples.installer-4.3.7-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.net4j.examples.installer-feature/target/org.eclipse.net4j.examples.installer-4.3.7-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.examples.installer ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.migrator >----------
[INFO] Building org.eclipse.emf.cdo.migrator 3.2.9-SNAPSHOT [92/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.migrator ---
[INFO] The project's OSGi version is 3.2.9.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.migrator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.migrator ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/classes
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/ant_tasks/cdo.ant.tasks.jar-classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.migrator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.migrator ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.2.9-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.migrator ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/ant_tasks/cdo.ant.tasks.jar
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.2.9-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.migrator ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.2.9-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.migrator ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.2.9-SNAPSHOT.jar_unpacked_3637294164560999307/ant_tasks/cdo.ant.tasks.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.2.9-SNAPSHOT.jar_unpacked_3637294164560999307/ant_tasks/cdo.ant.tasks.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.2.9-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.2.9-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.migrator ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.migrator/target/org.eclipse.emf.cdo.migrator-3.2.9-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] -----< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.migrator >------
[INFO] Building org.eclipse.emf.cdo.migrator 4.4.9-SNAPSHOT [93/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.migrator ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.migrator ---
[INFO] The project's OSGi version is 4.4.9.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.migrator ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target/org.eclipse.emf.cdo.migrator-4.4.9-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.migrator ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target/org.eclipse.emf.cdo.migrator-4.4.9-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.migrator ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target/org.eclipse.emf.cdo.migrator-4.4.9-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.migrator-feature/target/org.eclipse.emf.cdo.migrator-4.4.9-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.migrator ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.epp >--------
[INFO] Building org.eclipse.emf.cdo.epp 4.20.0-SNAPSHOT [94/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.epp ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.epp-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.epp ---
[INFO] The project's OSGi version is 4.20.0.v20220701-0921
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.epp ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.epp ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.epp ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.epp ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.epp ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.epp-feature/target/org.eclipse.emf.cdo.epp-4.20.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.epp ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.epp ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.epp ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.epp-feature/target/org.eclipse.emf.cdo.epp-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.epp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.epp-feature/target/org.eclipse.emf.cdo.epp-4.20.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.epp-feature/target/org.eclipse.emf.cdo.epp-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.epp ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company >------
[INFO] Building org.eclipse.emf.cdo.examples.company 4.1.0-SNAPSHOT [95/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.examples.company ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.examples.company ---
[INFO] The project's OSGi version is 4.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples.company ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples.company ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples.company ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.examples.company ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.examples.company ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.examples.company ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.examples.company ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples.company ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.examples.company ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples.company ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.examples.company ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.examples.company ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.examples.company ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company/target/org.eclipse.emf.cdo.examples.company-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples.company ---
[INFO]
[INFO] ------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.embedded >-------
[INFO] Building org.eclipse.emf.cdo.server.embedded 4.10.2-SNAPSHOT [96/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] The project's OSGi version is 4.10.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server.embedded ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server.embedded ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.embedded/target/org.eclipse.emf.cdo.server.embedded-4.10.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] ----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples >----------
[INFO] Building org.eclipse.emf.cdo.examples 4.1.6-SNAPSHOT [97/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.examples ---
[INFO] The project's OSGi version is 4.1.6.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.examples ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.6-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.6-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.examples ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.6-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.6-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.6-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.examples ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples/target/org.eclipse.emf.cdo.examples-4.1.6-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] ---< org.eclipse.emf.cdo:org.eclipse.emf.cdo.examples.company.edit >----
[INFO] Building org.eclipse.emf.cdo.examples.company.edit 4.1.0-SNAPSHOT [98/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO] The project's OSGi version is 4.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.examples.company.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.examples.company.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.examples.company.edit/target/org.eclipse.emf.cdo.examples.company.edit-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples.company.edit ---
[INFO]
[INFO] --------------< org.eclipse.emf.cdo:org.gastro.inventory >--------------
[INFO] Building org.gastro.inventory 4.1.0-SNAPSHOT [99/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.inventory ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.inventory ---
[INFO] The project's OSGi version is 4.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.inventory ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.inventory ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.inventory ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.inventory ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.inventory ---
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.inventory ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.inventory ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.inventory ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.inventory ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.inventory ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.inventory ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.inventory ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.inventory ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory/target/org.gastro.inventory-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.inventory ---
[INFO]
[INFO] --------------< org.eclipse.emf.cdo:org.gastro.business >---------------
[INFO] Building org.gastro.business 4.1.0-SNAPSHOT [100/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.business ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.business ---
[INFO] The project's OSGi version is 4.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.business ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.business ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.business ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.business ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.business ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.business ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.business ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.business ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.business ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.business ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.business ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.business ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.business ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business/target/org.gastro.business-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.business ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.gastro.inventory.edit >------------
[INFO] Building org.gastro.inventory.edit 4.1.0-SNAPSHOT [101/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.inventory.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.inventory.edit ---
[INFO] The project's OSGi version is 4.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.inventory.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.inventory.edit ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.inventory.edit ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.inventory.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.inventory.edit ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.inventory.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.inventory.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.inventory.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.inventory.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.inventory.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.inventory.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.inventory.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.inventory.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.inventory.edit/target/org.gastro.inventory.edit-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.inventory.edit ---
[INFO]
[INFO] ------------< org.eclipse.emf.cdo:org.gastro.business.edit >------------
[INFO] Building org.gastro.business.edit 4.1.0-SNAPSHOT [102/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.business.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.business.edit ---
[INFO] The project's OSGi version is 4.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.business.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.business.edit ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.business.edit ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.business.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.business.edit ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.business.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.business.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.business.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.business.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.business.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.business.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.business.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.business.edit ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.business.edit/target/org.gastro.business.edit-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.business.edit ---
[INFO]
[INFO] -----------------< org.eclipse.emf.cdo:org.gastro.rcp >-----------------
[INFO] Building org.gastro.rcp 4.2.2-SNAPSHOT [103/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.rcp ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.rcp ---
[INFO] The project's OSGi version is 4.2.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.rcp ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.rcp ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.rcp ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.rcp ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.2.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.rcp ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.2.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.rcp ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.rcp ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.2.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.rcp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.2.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.2.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.rcp ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp/target/org.gastro.rcp-4.2.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.rcp ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.gastro.rcp.department >------------
[INFO] Building org.gastro.rcp.department 4.1.3-SNAPSHOT [104/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.rcp.department ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.rcp.department ---
[INFO] The project's OSGi version is 4.1.3.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.rcp.department ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.rcp.department ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.rcp.department ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.rcp.department ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.rcp.department ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.rcp.department ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.rcp.department ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.1.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.rcp.department ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.rcp.department ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.1.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.rcp.department ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.rcp.department ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.1.3-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.rcp.department ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.1.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.1.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.rcp.department ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.department/target/org.gastro.rcp.department-4.1.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.rcp.department ---
[INFO]
[INFO] --------------< org.eclipse.emf.cdo:org.gastro.rcp.table >--------------
[INFO] Building org.gastro.rcp.table 4.1.3-SNAPSHOT [105/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.rcp.table ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.rcp.table ---
[INFO] The project's OSGi version is 4.1.3.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.rcp.table ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.rcp.table ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.rcp.table ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.rcp.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.rcp.table ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.rcp.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.rcp.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.1.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.rcp.table ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.rcp.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.1.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.rcp.table ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.rcp.table ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.1.3-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.rcp.table ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.1.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.1.3-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.rcp.table ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.rcp.table/target/org.gastro.rcp.table-4.1.3-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.rcp.table ---
[INFO]
[INFO] ---------------< org.eclipse.emf.cdo:org.gastro.server >----------------
[INFO] Building org.gastro.server 4.1.0-SNAPSHOT [106/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.server ---
[INFO] The project's OSGi version is 4.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.server ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.server ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.server ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.server ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.server ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.server ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server/target/org.gastro.server-4.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.server ---
[INFO]
[INFO] -------------< org.eclipse.emf.cdo:org.gastro.server.web >--------------
[INFO] Building org.gastro.server.web 4.3.1-SNAPSHOT [107/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.server.web ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.server.web ---
[INFO] The project's OSGi version is 4.3.1.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.server.web ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.server.web ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.server.web ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.server.web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.server.web ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.server.web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.server.web ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.3.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.server.web ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.server.web ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.3.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.server.web ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.server.web ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.3.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.server.web ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.3.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.3.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.server.web ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.server.web/target/org.gastro.server.web-4.3.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.server.web ---
[INFO]
[INFO] -------------< org.eclipse.emf.cdo:org.gastro.testclient >--------------
[INFO] Building org.gastro.testclient 4.1.1-SNAPSHOT [108/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.gastro.testclient ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.gastro.testclient ---
[INFO] The project's OSGi version is 4.1.1.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.gastro.testclient ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.gastro.testclient ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.gastro.testclient ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.gastro.testclient ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.gastro.testclient ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.gastro.testclient ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.gastro.testclient ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.1.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.gastro.testclient ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.gastro.testclient ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.1.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.gastro.testclient ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.gastro.testclient ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.1.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.gastro.testclient ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.1.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.1.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.gastro.testclient ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.gastro.testclient/target/org.gastro.testclient-4.1.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.gastro.testclient ---
[INFO]
[INFO] -----< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.examples >------
[INFO] Building org.eclipse.emf.cdo.examples 4.5.5-SNAPSHOT [109/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.examples ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.examples ---
[INFO] The project's OSGi version is 4.5.5.v20220621-0702
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target/org.eclipse.emf.cdo.examples-4.5.5-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target/org.eclipse.emf.cdo.examples-4.5.5-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target/org.eclipse.emf.cdo.examples-4.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.examples-feature/target/org.eclipse.emf.cdo.examples-4.5.5-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.examples ---
[INFO]
[INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.embedded >--
[INFO] Building org.eclipse.emf.cdo.server.embedded 4.20.0-SNAPSHOT [110/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] The project's OSGi version is 4.20.0.v20220701-0921
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target/org.eclipse.emf.cdo.server.embedded-4.20.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target/org.eclipse.emf.cdo.server.embedded-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.embedded ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target/org.eclipse.emf.cdo.server.embedded-4.20.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.embedded-feature/target/org.eclipse.emf.cdo.server.embedded-4.20.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.embedded ---
[INFO]
[INFO] -------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.server.lissome >-------
[INFO] Building org.eclipse.emf.cdo.server.lissome 4.3.4-SNAPSHOT [111/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] The project's OSGi version is 4.3.4.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.4-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.server.lissome ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.4-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.server.lissome ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.server.lissome/target/org.eclipse.emf.cdo.server.lissome-4.3.4-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.lissome >---
[INFO] Building org.eclipse.emf.cdo.server.lissome 4.3.5-SNAPSHOT [112/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] The project's OSGi version is 4.3.5.v20220608-1505
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target/org.eclipse.emf.cdo.server.lissome-4.3.5-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target/org.eclipse.emf.cdo.server.lissome-4.3.5-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.lissome ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target/org.eclipse.emf.cdo.server.lissome-4.3.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.lissome-feature/target/org.eclipse.emf.cdo.server.lissome-4.3.5-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.lissome ---
[INFO]
[INFO] --< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.server.mongodb >---
[INFO] Building org.eclipse.emf.cdo.server.mongodb 5.1.5-SNAPSHOT [113/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] The project's OSGi version is 5.1.5.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target/org.eclipse.emf.cdo.server.mongodb-5.1.5-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target/org.eclipse.emf.cdo.server.mongodb-5.1.5-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target/org.eclipse.emf.cdo.server.mongodb-5.1.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.server.mongodb-feature/target/org.eclipse.emf.cdo.server.mongodb-5.1.5-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.server.mongodb ---
[INFO]
[INFO] ------------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.sdk >-------------
[INFO] Building org.eclipse.emf.cdo.sdk 4.1.603-SNAPSHOT [114/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.sdk ---
[INFO] The project's OSGi version is 4.1.603.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.603-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.603-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.sdk ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.603-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.603-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.603-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.sdk ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.sdk/target/org.eclipse.emf.cdo.sdk-4.1.603-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo.features:org.eclipse.emf.cdo.sdk >--------
[INFO] Building org.eclipse.emf.cdo.sdk 5.13.0-SNAPSHOT [115/178]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.cdo.sdk ---
[INFO] The project's OSGi version is 5.13.0.v20220701-0921
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.emf.cdo.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target/org.eclipse.emf.cdo.sdk-5.13.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.emf.cdo.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target/org.eclipse.emf.cdo.sdk-5.13.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target/org.eclipse.emf.cdo.sdk-5.13.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/features/org.eclipse.emf.cdo.sdk-feature/target/org.eclipse.emf.cdo.sdk-5.13.0-SNAPSHOT-sources-feature.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.sdk ---
[INFO]
[INFO] ---------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.lm.server >----------
[INFO] Building org.eclipse.emf.cdo.lm.server 1.0.0-SNAPSHOT [116/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.lm.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.lm.server ---
[INFO] The project's OSGi version is 1.0.0.v20220604-0710
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.lm.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.lm.server ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.lm.server ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.lm.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.lm.server ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.lm.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.lm.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.lm.server ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.lm.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.lm.server ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.lm.server ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.lm.server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.lm.server ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.lm.server/target/org.eclipse.emf.cdo.lm.server-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.lm.server ---
[INFO]
[INFO] ------------< org.eclipse.emf.cdo:org.eclipse.net4j.tests >-------------
[INFO] Building org.eclipse.net4j.tests 4.2.7-SNAPSHOT [117/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.net4j.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.net4j.tests ---
[INFO] The project's OSGi version is 4.2.7.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.net4j.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.net4j.tests ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.net4j.tests ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.net4j.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.net4j.tests ---
[INFO] Compiling 69 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.net4j.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.net4j.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.net4j.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.net4j.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.net4j.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.net4j.tests ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.7-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.net4j.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.7-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.net4j.tests ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.net4j.tests/target/org.eclipse.net4j.tests-4.2.7-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.net4j.tests ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.mango >---------
[INFO] Building org.eclipse.emf.cdo.tests.mango 3.1.0-SNAPSHOT [118/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.tests.mango ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.mango ---
[INFO] The project's OSGi version is 3.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.mango ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.mango ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.mango ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.mango ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.tests.mango ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.mango ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.mango ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.mango ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.mango ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.mango ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.tests.mango ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.tests.mango ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.tests.mango ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.mango/target/org.eclipse.emf.cdo.tests.mango-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.mango ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model1 >--------
[INFO] Building org.eclipse.emf.cdo.tests.model1 3.1.1-SNAPSHOT [119/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO] The project's OSGi version is 3.1.1.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.tests.model1 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.tests.model1 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model1/target/org.eclipse.emf.cdo.tests.model1-3.1.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model1 ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model2 >--------
[INFO] Building org.eclipse.emf.cdo.tests.model2 3.1.0-SNAPSHOT [120/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO] The project's OSGi version is 3.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO] Compiling 63 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.tests.model2 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.tests.model2 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model2/target/org.eclipse.emf.cdo.tests.model2-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model2 ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model3 >--------
[INFO] Building org.eclipse.emf.cdo.tests.model3 3.1.0-SNAPSHOT [121/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO] The project's OSGi version is 3.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO] Compiling 85 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.tests.model3 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.tests.model3 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model3/target/org.eclipse.emf.cdo.tests.model3-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model3 ---
[INFO]
[INFO] ---< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4interfaces >---
[INFO] Building org.eclipse.emf.cdo.tests.model4interfaces 3.1.0-SNAPSHOT [122/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO] The project's OSGi version is 3.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4interfaces/target/org.eclipse.emf.cdo.tests.model4interfaces-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model4interfaces ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model4 >--------
[INFO] Building org.eclipse.emf.cdo.tests.model4 3.1.0-SNAPSHOT [123/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO] The project's OSGi version is 3.1.0.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO] Compiling 116 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.tests.model4 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.tests.model4 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model4/target/org.eclipse.emf.cdo.tests.model4-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model4 ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model5 >--------
[INFO] Building org.eclipse.emf.cdo.tests.model5 3.1.2-SNAPSHOT [124/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO] The project's OSGi version is 3.1.2.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO] Compiling 62 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.tests.model5 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.tests.model5 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model5/target/org.eclipse.emf.cdo.tests.model5-3.1.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model5 ---
[INFO]
[INFO] --------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests.model6 >--------
[INFO] Building org.eclipse.emf.cdo.tests.model6 4.1.1-SNAPSHOT [125/178]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO] The project's OSGi version is 4.1.1.v20220505-0518
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO] Compiling 87 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.tests.model6 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.tests.model6 ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests.model6/target/org.eclipse.emf.cdo.tests.model6-4.1.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests.model6 ---
[INFO]
[INFO] -----------< org.eclipse.emf.cdo:org.eclipse.emf.cdo.tests >------------
[INFO] Building org.eclipse.emf.cdo.tests 4.1.11-SNAPSHOT [126/178]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.cdo.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.cdo.tests ---
[INFO] The project's OSGi version is 4.1.11.v20220629-0612
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.emf.cdo.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.emf.cdo.tests ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.emf.cdo.tests ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.cdo.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.emf.cdo.tests ---
[INFO] Compiling 523 source files to /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.cdo.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (attach-source) @ org.eclipse.emf.cdo.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.1.11-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.emf.cdo.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.cdo.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.1.11-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.cdo.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.emf.cdo.tests ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.1.11-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.emf.cdo.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.1.11-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.1.11-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.emf.cdo.tests ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/org.eclipse.emf.cdo.tests-4.1.11-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.cdo.tests ---
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.emf.cdo.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -Ddisable.main.suite.finished=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-cdo-integration/git/plugins/org.eclipse.emf.cdo.tests/target/surefire.properties]
Running org.eclipse.emf.cdo.tests.IntegrationTestsLegacy
*******************************************************
AdapterManagerTest.testStrongReferencePolicy_ALL [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AdapterManagerTest.testStrongReferencePolicy_ALL_AttachObject [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AdapterManagerTest.testStrongReferencePolicy_ALL_DetachObject [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AdapterManagerTest.testStrongReferencePolicy_NONE [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testBigDecimalAndBigInteger [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testBigDecimalAndBigIntegerNull [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testByteArray [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testByteArrayEmpty [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testByteArrayNull [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testEnumDefaults [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testJavaClass [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testJavaObject [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testManyValuedCustomDataType_Bugzilla_319950 [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testManyValuedCustomDataType_Contains [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testManyValuedCustomDataType_ContainsAll [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testManyValuedCustomDataType_Get [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testManyValuedCustomDataType_IndexOf [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testManyValuedCustomDataType_LastIndexOf [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testNillableAttributeOfCustomType [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AttributeTest.testPrimitiveDefaults [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditEMapTest.testAuditedEMap [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testAddingContents [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testCanCreateAuditAtRepoCreationTime [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testCannotCreateAuditWithTimestampPriorToRepo [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testCannotSetAuditTimestampPriorToRepo [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testChangePath [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testChangeURI [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testChangedAudit [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testKeepHandle [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testNewAudit [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testRemovingContents [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testRemovingContentsKeepHandle [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testRepositoryCreationTime [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditSameSessionTest.testRepositoryTime [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testAddingContents [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testCanCreateAuditAtRepoCreationTime [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testCannotCreateAuditWithTimestampPriorToRepo [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testCannotSetAuditTimestampPriorToRepo [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testChangePath [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testChangeURI [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testChangedAudit [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testKeepHandle [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testNewAudit [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testRemovingContents [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AuditTest.testRemovingContentsKeepHandle [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AutoAttacherTest.testAddingObjectAndCrawl [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
AutoAttacherTest.testSimple [MEM-branching, JVM, Legacy]
*******************************************************
*******************************************************
BackupBinaryTest.testImport [MEM-branching, JVM, Legacy]
*******************************************************
repo1 repo1 � ���( ���6 ��������� 8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0 ����ț0+
8http://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0 MAIN ���ț0 :http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource � ���ț0���ț0� :http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource � ���ț0 � � @http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResourceFolder � ���ț0 � BackupBinaryTest_testImport � :http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource � ���ț0���ț0 � res1 ��� :http://www.eclipse.org/emf/CDO/Eresource/4.0.0#CDOResource � ���ț0 � res1 ���� Ahttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#Customer � ���ț0���ț0� Eike Ahttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#Customer � ���ț0 � Eike � Ahttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#Customer � ���ț0 � Jos Ahttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#Customer � ���ț0 � Simon Chttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#SalesOrder � ���ț0 � ��$� Dhttp://www.eclipse.org/emf/CDO/tests/legacy/model1/1.0.0#OrderDetail � ���ț0 � � ���ț0���ț0 ���ț0���ț0 ���ț0���ț0
CDO_SYSTEM