Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-sw7gx is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-sw7gx"
  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-sw7gx"
    - 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-sw7gx"
    - 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-sw7gx (basic) in workspace /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse
[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-UUAcEweu85H1/agent.49
SSH_AGENT_PID=51
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse@tmp/private_key_7087897172779005281.key (/home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse@tmp/private_key_7087897172779005281.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-latest-eclipse # 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-latest-eclipse] $ /opt/tools/apache-maven/latest/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-latest-eclipse/.repository clean verify -Platest-tp -Dtycho.disableP2Mirrors=true -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
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-latest-eclipse/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] -----------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.common/../../builds/org.eclipse.emf.edapt.releng.target/edapt_current.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@73145db2
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/.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 MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/plugins/org.eclipse.emf.edapt.common/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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] ---------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.common.ui/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] [5c282bb1-e8a7-4412-8419-d1ac91d537a1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.w3c.dom.svg,1.1.0.v201011041433 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [5c282bb1-e8a7-4412-8419-d1ac91d537a1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.w3c.dom.events,3.0.0.draft20060413_v201105210656 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [5c282bb1-e8a7-4412-8419-d1ac91d537a1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.w3c.css.sac,1.3.1.v200903091627 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [5c282bb1-e8a7-4412-8419-d1ac91d537a1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.io,1.4.0.v20081110-1000 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [5c282bb1-e8a7-4412-8419-d1ac91d537a1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [5c282bb1-e8a7-4412-8419-d1ac91d537a1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627 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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 83 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-latest-eclipse/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-latest-eclipse/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] ---------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.migration/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 17 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-latest-eclipse/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-latest-eclipse/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] --------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.declaration/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 17 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-latest-eclipse/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-latest-eclipse/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] ------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.declaration.edit/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 20 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-latest-eclipse/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-latest-eclipse/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] -----------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.declaration.editor/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 86 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-latest-eclipse/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-latest-eclipse/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] ----------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.history/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 17 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-latest-eclipse/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-latest-eclipse/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] --------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.history.cdo/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 24 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-latest-eclipse/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-latest-eclipse/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] --------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.history.edit/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 24 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-latest-eclipse/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-latest-eclipse/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] -------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.history.editor/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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] -------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.migration.test/pom.xml
[INFO] Maven Artifact org.hamcrest:hamcrest-core:1.3 @ /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/.repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact junit:junit:4.12 @ /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/.repository/junit/junit/4.12/junit-4.12.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 72 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-latest-eclipse/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-latest-eclipse/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] --------------< 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-latest-eclipse/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-latest-eclipse/plugins/org.eclipse.emf.edapt.migration.ui/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 111 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-latest-eclipse/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-latest-eclipse/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] ---------------------------< edapt:features >---------------------------
[INFO] Building features 1.6.0-SNAPSHOT                                 [15/21]
[INFO]   from /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/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] --- 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-latest-eclipse/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-latest-eclipse/features/org.eclipse.emf.edapt.runtime.feature/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/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.202404230717
[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-latest-eclipse/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, 17 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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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-latest-eclipse/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.202404230717
[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-latest-eclipse/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, 24 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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/features/org.eclipse.emf.edapt.recorder.feature/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/builds/org.eclipse.emf.edapt.releng.p2/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/tests/org.eclipse.emf.edapt.tests/pom.xml
[INFO] Maven Artifact org.hamcrest:hamcrest-core:1.3 @ /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/.repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact junit:junit:4.12 @ /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/.repository/junit/junit/4.12/junit-4.12.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[WARNING] [5c282bb1-e8a7-4412-8419-d1ac91d537a1][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] [5c282bb1-e8a7-4412-8419-d1ac91d537a1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.objenesis,1.4.0 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.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.202404230717
[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
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/tests/org.eclipse.emf.edapt.tests/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
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: 51.06 sec - in org.eclipse.emf.edapt.tests.migration.MigrationTest
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.008 sec - in org.eclipse.emf.edapt.tests.migration.CustomSerializationTest
Running org.eclipse.emf.edapt.tests.migration.ConverterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec - in org.eclipse.emf.edapt.tests.migration.ConverterTest
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.033 sec - in org.eclipse.emf.edapt.tests.migration.ArchiveTest
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.047 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.702 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.014 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-latest-eclipse/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 ---
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/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-latest-eclipse/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/tests/org.eclipse.emf.edapt.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/tests/org.eclipse.emf.edapt.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/tests/org.eclipse.emf.edapt.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/tests/org.eclipse.emf.edapt.tests/target/surefire.properties]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Running org.eclipse.emf.edapt.tests.migration.PersistencyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.eclipse.emf.edapt.tests.migration.PersistencyTest
org.eclipse.emf.edapt.tests.migration.PersistencyTest.testPostLoadProcessor -- Time elapsed: 0.164 s
Running org.eclipse.emf.edapt.tests.migration.FactoryHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.emf.edapt.tests.migration.FactoryHelperTest
org.eclipse.emf.edapt.tests.migration.FactoryHelperTest.testRegisterFactoryWithWildcards -- Time elapsed: 0.083 s
org.eclipse.emf.edapt.tests.migration.FactoryHelperTest.testOverrideFactoryNoRegistration -- Time elapsed: 0.001 s
org.eclipse.emf.edapt.tests.migration.FactoryHelperTest.testRegisterFactoryWithoutWildcards -- Time elapsed: 0 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-latest-eclipse/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-latest-eclipse/tests/org.eclipse.emf.edapt.common.tests/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[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.202404230717
[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-latest-eclipse/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-latest-eclipse/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-latest-eclipse/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, 95 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-latest-eclipse/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 ---
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.osgi.services 3.12.0.v20231218-2126 to osgi.bundle; org.eclipse.equinox.http.service.api [1.2.0,2.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/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-latest-eclipse/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/tests/org.eclipse.emf.edapt.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/tests/org.eclipse.emf.edapt.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-edapt-develop-latest-eclipse/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-latest-eclipse/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.062 s -- in org.eclipse.emf.edapt.internal.common.URIUtilsTest
org.eclipse.emf.edapt.internal.common.URIUtilsTest$Core.testGetJavaFileWithPlatformPluginURI -- Time elapsed: 0.026 s
org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment.increment[1] -- Time elapsed: 0.001 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.001 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.001 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.109 s]
[INFO] plugins ............................................ SUCCESS [  0.007 s]
[INFO] org.eclipse.emf.edapt.common ....................... SUCCESS [ 15.919 s]
[INFO] org.eclipse.emf.edapt.common.ui .................... SUCCESS [  5.055 s]
[INFO] org.eclipse.emf.edapt.migration .................... SUCCESS [  1.804 s]
[INFO] org.eclipse.emf.edapt.declaration .................. SUCCESS [  1.127 s]
[INFO] org.eclipse.emf.edapt.declaration.edit ............. SUCCESS [  0.388 s]
[INFO] org.eclipse.emf.edapt.declaration.editor ........... SUCCESS [  1.017 s]
[INFO] org.eclipse.emf.edapt.history ...................... SUCCESS [  1.203 s]
[INFO] org.eclipse.emf.edapt.history.cdo .................. SUCCESS [  0.862 s]
[INFO] org.eclipse.emf.edapt.history.edit ................. SUCCESS [  0.989 s]
[INFO] org.eclipse.emf.edapt.history.editor ............... SUCCESS [  5.416 s]
[INFO] org.eclipse.emf.edapt.migration.test ............... SUCCESS [  0.776 s]
[INFO] org.eclipse.emf.edapt.migration.ui ................. SUCCESS [  0.914 s]
[INFO] features ........................................... SUCCESS [  0.006 s]
[INFO] org.eclipse.emf.edapt.runtime.feature .............. SUCCESS [  0.211 s]
[INFO] org.eclipse.emf.edapt.runtime.cdo.feature .......... SUCCESS [  0.183 s]
[INFO] org.eclipse.emf.edapt.recorder.feature ............. SUCCESS [  0.253 s]
[INFO] org.eclipse.emf.edapt.releng.p2 .................... SUCCESS [  1.958 s]
[INFO] org.eclipse.emf.edapt.tests ........................ SUCCESS [01:03 min]
[INFO] org.eclipse.emf.edapt.common.tests ................. SUCCESS [  2.747 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:00 min
[INFO] Finished at: 2024-04-23T07:19:18Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 51 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS