Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-wvmmc is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-wvmmc"
  namespace: "edapt"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.edapt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-wvmmc"
    - 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-wvmmc"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.edapt.svc.cluster.local/edapt/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    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-edapt"
      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-wvmmc (basic) in workspace /home/jenkins/agent/workspace/emf-edapt-develop
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-s4HcU6bdlSnj/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/emf-edapt-develop@tmp/private_key_8673248593493309953.key (/home/jenkins/agent/workspace/emf-edapt-develop@tmp/private_key_8673248593493309953.key)
[ssh-agent] Using credentials genie.edapt (ssh://genie.edapt@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-edapt/edapt.git
 > git init /home/jenkins/agent/workspace/emf-edapt-develop # timeout=10
Fetching upstream changes from https://github.com/eclipse-edapt/edapt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-edapt/edapt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-edapt/edapt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 29a8ce6aab99f49c5540339cdf69c691f2a24d20 (origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 29a8ce6aab99f49c5540339cdf69c691f2a24d20 # timeout=10
Commit message: "TCI - Update next target"
 > git rev-list --no-walk 29a8ce6aab99f49c5540339cdf69c691f2a24d20 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[emf-edapt-develop] $ /opt/tools/apache-maven/3.9.5/bin/mvn -f builds/org.eclipse.emf.edapt.releng/pom.xml -DJAVA_TOOL_OPTIONS= -D_JAVA_OPTIONS= -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-edapt-develop/.repository clean verify -Pbuild-server -Dtycho.disableP2Mirrors=true -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/3.9.5
Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] root                                                               [pom]
[INFO] plugins                                                            [pom]
[INFO] org.eclipse.emf.edapt.common                            [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.common.ui                         [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.migration                         [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.declaration                       [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.declaration.edit                  [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.declaration.editor                [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.history                           [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.history.cdo                       [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.history.edit                      [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.history.editor                    [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.migration.test                    [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.migration.ui                      [eclipse-plugin]
[INFO] features                                                           [pom]
[INFO] org.eclipse.emf.edapt.runtime.feature                  [eclipse-feature]
[INFO] org.eclipse.emf.edapt.runtime.cdo.feature              [eclipse-feature]
[INFO] org.eclipse.emf.edapt.recorder.feature                 [eclipse-feature]
[INFO] org.eclipse.emf.edapt.releng.p2                     [eclipse-repository]
[INFO] org.eclipse.emf.edapt.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.emf.edapt.common.tests                 [eclipse-test-plugin]
[INFO] 
[INFO] -----------------------------< edapt:root >-----------------------------
[INFO] Building root 1.6.0-SNAPSHOT                                      [1/21]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ root ---
[INFO] 
[INFO] ---------------------------< edapt:plugins >----------------------------
[INFO] Building plugins 1.6.0-SNAPSHOT                                   [2/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ plugins ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ plugins ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ plugins ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ plugins ---
[INFO] 
[INFO] -----------------< edapt:org.eclipse.emf.edapt.common >-----------------
[INFO] Building org.eclipse.emf.edapt.common 1.6.0-SNAPSHOT              [3/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@3519f35
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/emf-edapt-develop/.repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/pom.xml
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.11.0.v20150512-0501 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.11.0.v20150512-0501 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.11.0.v20150512-0501 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.common ---
[INFO] Resolving class path of org.eclipse.emf.edapt.common
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.cdo.ecore.retrofit,4.2.0.v20130601-0856 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.common ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.common ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 14 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.common ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] ---------------< edapt:org.eclipse.emf.edapt.common.ui >----------------
[INFO] Building org.eclipse.emf.edapt.common.ui 1.6.0-SNAPSHOT           [4/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common.ui/pom.xml
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.11.0.v20150512-0501 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.10.0.v20150601-0402 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.9.0.v20150601-0402 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.11.0.v20150601-0402 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.11.0.v20150601-0402 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.11.0.v20150601-0402 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common.ui ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.common.ui ---
[INFO] Resolving class path of org.eclipse.emf.edapt.common.ui
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.common.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.common.ui ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.common.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.common.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 84 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.common.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] ---------------< edapt:org.eclipse.emf.edapt.migration >----------------
[INFO] Building org.eclipse.emf.edapt.migration 1.6.0-SNAPSHOT           [5/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.migration:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration/pom.xml
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.ocl.ecore,3.6.200.v20170522-1736 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.ocl.common,1.4.200.v20160613-1518 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.migration ---
[INFO] Resolving class path of org.eclipse.emf.edapt.migration
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.migration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.migration ---
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.migration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.migration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 18 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.migration ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.migration ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.migration ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.declaration >---------------
[INFO] Building org.eclipse.emf.edapt.declaration 1.6.0-SNAPSHOT         [6/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.declaration:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.declaration ---
[INFO] Resolving class path of org.eclipse.emf.edapt.declaration
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.declaration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.declaration ---
[INFO] Compiling 107 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.declaration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.declaration ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 18 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.declaration ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.declaration ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.declaration ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] ------------< edapt:org.eclipse.emf.edapt.declaration.edit >------------
[INFO] Building org.eclipse.emf.edapt.declaration.edit 1.6.0-SNAPSHOT    [7/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.declaration.edit:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.edit/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] Resolving class path of org.eclipse.emf.edapt.declaration.edit
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.declaration.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.declaration.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.declaration.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 21 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] -----------< edapt:org.eclipse.emf.edapt.declaration.editor >-----------
[INFO] Building org.eclipse.emf.edapt.declaration.editor 1.6.0-SNAPSHOT  [8/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.declaration.editor:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.editor/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] Resolving class path of org.eclipse.emf.edapt.declaration.editor
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.declaration.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.declaration.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.declaration.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 88 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] ----------------< edapt:org.eclipse.emf.edapt.history >-----------------
[INFO] Building org.eclipse.emf.edapt.history 1.6.0-SNAPSHOT             [9/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.history ---
[INFO] Resolving class path of org.eclipse.emf.edapt.history
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.history ---
[INFO] Compiling 94 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.history ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 18 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.history ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.history ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.history.cdo >---------------
[INFO] Building org.eclipse.emf.edapt.history.cdo 1.6.0-SNAPSHOT        [10/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.cdo/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history.cdo:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.cdo/pom.xml
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.cdo,4.2.1.v20130913-0613 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.cdo.common,4.2.1.v20130910-0507 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.util,3.3.0.v20130601-1611 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.cdo.net4j,4.1.101.v20130810-1101 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j,4.2.1.v20130806-0658 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.tcp,4.1.100.v20130611-1140 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] Resolving class path of org.eclipse.emf.edapt.history.cdo
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history.cdo ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.cdo/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history.cdo ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.history.cdo ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 25 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.history.edit >--------------
[INFO] Building org.eclipse.emf.edapt.history.edit 1.6.0-SNAPSHOT       [11/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history.edit:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.edit/pom.xml
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.emf.compare,3.0.1.201310031412.
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of osgi.bundle,com.google.guava,11.0.2.v201303041551.
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.edit ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.history.edit ---
[INFO] Resolving class path of org.eclipse.emf.edapt.history.edit
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.history.edit ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.history.edit ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 25 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.history.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.history.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] -------------< edapt:org.eclipse.emf.edapt.history.editor >-------------
[INFO] Building org.eclipse.emf.edapt.history.editor 1.6.0-SNAPSHOT     [12/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history.editor:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.editor/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-develop/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.11.100.v20180515-0929/org.eclipse.jdt.debug-3.11.100.v20180515-0929.jar
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.editor ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.history.editor ---
[INFO] Resolving class path of org.eclipse.emf.edapt.history.editor
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-develop/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.11.100.v20180515-0929/org.eclipse.jdt.debug-3.11.100.v20180515-0929.jar
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.history.editor ---
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.history.editor ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 177 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.history.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.history.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] -------------< edapt:org.eclipse.emf.edapt.migration.test >-------------
[INFO] Building org.eclipse.emf.edapt.migration.test 1.6.0-SNAPSHOT     [13/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.migration.test:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration.test ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.migration.test ---
[INFO] Resolving class path of org.eclipse.emf.edapt.migration.test
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.migration.test ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.migration.test ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.migration.test ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.migration.test ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/target/test-classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.migration.test ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 77 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.migration.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.migration.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.migration.test ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.migration.ui >--------------
[INFO] Building org.eclipse.emf.edapt.migration.ui 1.6.0-SNAPSHOT       [14/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.migration.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-develop/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.11.100.v20180515-0929/org.eclipse.jdt.debug-3.11.100.v20180515-0929.jar
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] Resolving class path of org.eclipse.emf.edapt.migration.ui
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-develop/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.11.100.v20180515-0929/org.eclipse.jdt.debug-3.11.100.v20180515-0929.jar
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.migration.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.migration.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.migration.ui ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 113 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (attach-source) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] ---------------------------< edapt:features >---------------------------
[INFO] Building features 1.6.0-SNAPSHOT                                 [15/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ features ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ features ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ features ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ features ---
[INFO] 
[INFO] ------------< edapt:org.eclipse.emf.edapt.runtime.feature >-------------
[INFO] Building org.eclipse.emf.edapt.runtime.feature 1.6.0-SNAPSHOT    [16/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.runtime.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.runtime.feature ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.runtime.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 18 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.6.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.6.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] ----------< edapt:org.eclipse.emf.edapt.runtime.cdo.feature >-----------
[INFO] Building org.eclipse.emf.edapt.runtime.cdo.feature 1.6.0-SNAPSHOT [17/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.runtime.cdo.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.cdo.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.cdo.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 25 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.6.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.6.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] ------------< edapt:org.eclipse.emf.edapt.recorder.feature >------------
[INFO] Building org.eclipse.emf.edapt.recorder.feature 1.6.0-SNAPSHOT   [18/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.recorder.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.recorder.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.recorder.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.recorder.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.recorder.feature ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.recorder.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.recorder.feature ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 153 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.6.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.6.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-develop/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.6.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --< org.eclipse.emf.edapt.releng.p2:org.eclipse.emf.edapt.releng.p2 >---
[INFO] Building org.eclipse.emf.edapt.releng.p2 1.6.0-SNAPSHOT          [19/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/builds/org.eclipse.emf.edapt.releng.p2/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.edapt.releng.p2:org.eclipse.emf.edapt.releng.p2:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/builds/org.eclipse.emf.edapt.releng.p2/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.releng.p2 ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/builds/org.eclipse.emf.edapt.releng.p2/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.edapt.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] Published profile IUs: [a.jre.javase 23.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.emf.edapt.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.emf.edapt.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.edapt.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.emf.edapt.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.emf.edapt.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/emf-edapt-develop/builds/org.eclipse.emf.edapt.releng.p2/target/org.eclipse.emf.edapt.releng.p2-1.6.0-SNAPSHOT.zip
[INFO] 
[INFO] -----------------< edapt:org.eclipse.emf.edapt.tests >------------------
[INFO] Building org.eclipse.emf.edapt.tests 1.6.0-SNAPSHOT              [20/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/pom.xml
[WARNING] [33043d0a-8846-4f98-9737-08111957316f][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.mockito.mockito-core-hamcrest-modified,1.9.5 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-develop/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.11.100.v20180515-0929/org.eclipse.jdt.debug-3.11.100.v20180515-0929.jar
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.tests ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.tests ---
[INFO] Resolving class path of org.eclipse.emf.edapt.tests
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-develop/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.11.100.v20180515-0929/org.eclipse.jdt.debug-3.11.100.v20180515-0929.jar
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.tests ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/src/test/resources
[INFO] 
[INFO] --- surefire:2.18.1:test (test) @ org.eclipse.emf.edapt.tests ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.emf.edapt.tests.migration.CustomSerializationTest
Migrate...
Release 1
Step 1
Step 2
...done
Migrate...
Release 1
Step 1
Step 2
...done
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 sec - in org.eclipse.emf.edapt.tests.migration.CustomSerializationTest
Running org.eclipse.emf.edapt.tests.migration.ArchiveTest
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
...done
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.eclipse.emf.edapt.tests.migration.ArchiveTest
Running org.eclipse.emf.edapt.tests.migration.MigrationTest
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
Step 5
...done
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Step 8
...done
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
...done
Migrate...
Release 1
Step 1
Step 2
...done
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Step 8
Step 9
Step 10
Step 11
...done
Migrate...
Release 1
Step 1
Step 2
...done
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
...done
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Step 8
Step 9
Step 10
Step 11
Step 12
Step 13
Step 14
Step 15
Step 16
Step 17
Step 18
Step 19
Step 20
Step 21
Step 22
Step 23
Step 24
Step 25
Step 26
Step 27
Step 28
Step 29
Step 30
Step 31
Step 32
Step 33
Step 34
Step 35
Step 36
Step 37
Step 38
Step 39
Step 40
Step 41
Step 42
...done
Migrate...
Release 1
Step 1
Step 2
...done
Migrate...
Release 1
Step 1
Step 2
...done
Migrate...
Release 1
Step 1
...done
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.492 sec - in org.eclipse.emf.edapt.tests.migration.MigrationTest
Running org.eclipse.emf.edapt.tests.migration.ConverterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 sec - in org.eclipse.emf.edapt.tests.migration.ConverterTest
Running org.eclipse.emf.edapt.tests.migration.SingleMigrationTest
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
Step 5
...done
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.emf.edapt.tests.migration.SingleMigrationTest
Running org.eclipse.emf.edapt.tests.history.SimpleExamplesLifecycleTest
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
...done
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Step 8
...done
Migrate...
Release 1
Step 1
Step 2
...done
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
Release 2
Step 1
Step 2
...done
Migrate...
Release 1
Step 1
Step 2
Step 3
Step 4
Step 5
...done
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.22 sec - in org.eclipse.emf.edapt.tests.history.SimpleExamplesLifecycleTest
Running org.eclipse.emf.edapt.tests.declaration.OperationExtractorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.emf.edapt.tests.declaration.OperationExtractorTest

Results :

Tests run: 21, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 182 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/target/org.eclipse.emf.edapt.tests-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.emf.edapt.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-opens, java.base/java.lang=ALL-UNNAMED, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-edapt-develop/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.tests/target/surefire.properties]
Running org.eclipse.emf.edapt.tests.migration.FactoryHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.280 s -- in org.eclipse.emf.edapt.tests.migration.FactoryHelperTest
org.eclipse.emf.edapt.tests.migration.FactoryHelperTest.testRegisterFactoryWithWildcards -- Time elapsed: 0.084 s
org.eclipse.emf.edapt.tests.migration.FactoryHelperTest.testOverrideFactoryNoRegistration -- Time elapsed: 0 s
org.eclipse.emf.edapt.tests.migration.FactoryHelperTest.testRegisterFactoryWithoutWildcards -- Time elapsed: 0 s
Running org.eclipse.emf.edapt.tests.migration.PersistencyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.emf.edapt.tests.migration.PersistencyTest
org.eclipse.emf.edapt.tests.migration.PersistencyTest.testPostLoadProcessor -- Time elapsed: 0.111 s

Results:

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.common.tests >--------------
[INFO] Building org.eclipse.emf.edapt.common.tests 1.6.0-SNAPSHOT       [21/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common.tests ---
[INFO] The project's OSGi version is 1.6.0.202404200600
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.common.tests ---
[INFO] Resolving class path of org.eclipse.emf.edapt.common.tests
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.common.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.emf.edapt.common.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.common.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.common.tests ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 97 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/target/org.eclipse.emf.edapt.common.tests-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.emf.edapt.common.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-edapt-develop/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-edapt-develop/tests/org.eclipse.emf.edapt.common.tests/target/surefire.properties]
Running org.eclipse.emf.edapt.internal.common.URIUtilsTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.eclipse.emf.edapt.internal.common.URIUtilsTest
org.eclipse.emf.edapt.internal.common.URIUtilsTest$Core.testGetJavaFileWithPlatformPluginURI -- Time elapsed: 0.166 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[1] -- Time elapsed: 0.002 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[v1] -- Time elapsed: 0 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[1.0.0] -- Time elapsed: 0 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[v1.0.0] -- Time elapsed: 0 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[beta_1] -- Time elapsed: 0 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[beta-1.0.0] -- Time elapsed: 0 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[dev1] -- Time elapsed: 0 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[dev1_1.0.0] -- Time elapsed: 0 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[jar.1.0.0] -- Time elapsed: 0 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[v123456789012345678901234567890] -- Time elapsed: 0 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[SNAPSHOT] -- Time elapsed: 0 s

Results:

Tests run: 12, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for root 1.6.0-SNAPSHOT:
[INFO] 
[INFO] root ............................................... SUCCESS [  0.104 s]
[INFO] plugins ............................................ SUCCESS [  1.350 s]
[INFO] org.eclipse.emf.edapt.common ....................... SUCCESS [ 15.931 s]
[INFO] org.eclipse.emf.edapt.common.ui .................... SUCCESS [  7.195 s]
[INFO] org.eclipse.emf.edapt.migration .................... SUCCESS [  5.230 s]
[INFO] org.eclipse.emf.edapt.declaration .................. SUCCESS [  2.814 s]
[INFO] org.eclipse.emf.edapt.declaration.edit ............. SUCCESS [  2.497 s]
[INFO] org.eclipse.emf.edapt.declaration.editor ........... SUCCESS [  2.722 s]
[INFO] org.eclipse.emf.edapt.history ...................... SUCCESS [  3.033 s]
[INFO] org.eclipse.emf.edapt.history.cdo .................. SUCCESS [  2.999 s]
[INFO] org.eclipse.emf.edapt.history.edit ................. SUCCESS [  3.492 s]
[INFO] org.eclipse.emf.edapt.history.editor ............... SUCCESS [  7.357 s]
[INFO] org.eclipse.emf.edapt.migration.test ............... SUCCESS [  2.928 s]
[INFO] org.eclipse.emf.edapt.migration.ui ................. SUCCESS [  2.666 s]
[INFO] features ........................................... SUCCESS [  0.006 s]
[INFO] org.eclipse.emf.edapt.runtime.feature .............. SUCCESS [  1.325 s]
[INFO] org.eclipse.emf.edapt.runtime.cdo.feature .......... SUCCESS [  1.515 s]
[INFO] org.eclipse.emf.edapt.recorder.feature ............. SUCCESS [  1.622 s]
[INFO] org.eclipse.emf.edapt.releng.p2 .................... SUCCESS [  1.697 s]
[INFO] org.eclipse.emf.edapt.tests ........................ SUCCESS [ 54.944 s]
[INFO] org.eclipse.emf.edapt.common.tests ................. SUCCESS [  2.528 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:20 min
[INFO] Finished at: 2024-04-20T06:02:37Z
[INFO] ------------------------------------------------------------------------
[emf-edapt-develop] $ /bin/sh /tmp/jenkins5570990533514834984.sh
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS