Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Agent centos-7-n9bvj is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1716708302513"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_modisco_svc_cluster_local_modiscox"
  name: "centos-7-n9bvj"
  namespace: "modisco"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.modisco.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-n9bvj"
    - 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: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-n9bvj"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.modisco.svc.cluster.local/modisco/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3206.vb_15dcf73f6a_9"
    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-modisco"
      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 centos-7-n9bvj (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/modisco-master
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/modisco/org.eclipse.modisco
 > git init /home/jenkins/agent/workspace/modisco-master # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/modisco/org.eclipse.modisco
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/modisco/org.eclipse.modisco +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/modisco/org.eclipse.modisco # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0 # timeout=10
Commit message: "[releng] Workaround tighter DefaultCodeFormatterConstants.getEclipseDefaultSettings() API"
 > git rev-list --no-walk 69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[modisco-master] $ Xvnc -help
Starting xvnc
[modisco-master] $ Xvnc :78 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Sun May 26 07:25:18 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5978
 vncext:      created VNC server for screen 0
[modisco-master] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.modisco.releng.tycho/pom.xml -DJAVADOC= -DBUILD_TYPE=nightly -DBUILD_TYPE=nightly -DBUILD_ALIAS=$BUILD_ALIAS -Dmaven.repo.local=/home/jenkins/agent/workspace/modisco-master/.repository --show-version clean verify -Pnightly -Psign -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
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...
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.editor/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.editor/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.editor/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.cdo.derby.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.cdo/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/.polyglot.build.properties
/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/.polyglot.build.properties
[WARNING] The POM for commons-io:commons-io:jar:2.15.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.24.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.16.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-net:commons-net:jar:3.10.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.15 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for jakarta.activation:jakarta.activation-api:jar:1.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.13.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.modisco.releng.tycho                                   [pom]
[INFO] org.eclipse.modisco-folder                                         [pom]
[INFO] org.eclipse.modisco.facet.common.core                   [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.core                     [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.common.ui                     [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.emf.catalog.metamodel    [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.emf.catalog              [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.pde.core                 [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.emf.core                 [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.efacet.metamodel              [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.ui                       [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.swt                      [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.emf.ui                   [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.efacet.core                   [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.custom.metamodel              [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.custom.core                   [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.query.java.metamodel          [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.query.java.core               [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.jface.ui                 [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.efacet.ui                     [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.custom.ui                     [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.efacet.edit.core              [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.widgets                       [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.widgets.celleditors           [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.widgets.celleditors.ecore     [eclipse-plugin]
[INFO] org.eclipse.modisco.examples                            [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.common.core                   [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.common.ui                     [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.query                         [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.facet                         [eclipse-plugin]
[INFO] org.eclipse.modisco.util.emf.core                       [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.query.core                    [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.facet.core                    [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.custom                [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.custom.core           [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.uicore                [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.query.edit                    [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.facet.edit                    [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.facet.editor                  [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.facet.ui                      [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.query.editor                  [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.query.ui                      [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser                       [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.custom.ui             [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.custom.editor         [eclipse-plugin]
[INFO] org.eclipse.modisco.java                                [eclipse-plugin]
[INFO] org.eclipse.modisco.java.queries                        [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.java.jdk [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.uml   [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.uicore.examples.cnf   [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.capabilities                  [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.common.cdo                    [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.common.cdo.derby              [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.prefuse                       [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.query.jxpath                  [eclipse-plugin]
[INFO] org.eclipse.modisco.java.browser.customization          [eclipse-plugin]
[INFO] org.eclipse.modisco.java.cdo                            [eclipse-plugin]
[INFO] org.eclipse.modisco.util.atl.core                       [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.discovery                     [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.discovery.core                [eclipse-plugin]
[INFO] org.eclipse.modisco.omg.kdm                             [eclipse-plugin]
[INFO] org.eclipse.modisco.kdm.source.discoverer               [eclipse-plugin]
[INFO] org.eclipse.modisco.kdm.source.extension                [eclipse-plugin]
[INFO] org.eclipse.modisco.java.discoverer                     [eclipse-plugin]
[INFO] org.eclipse.modisco.java.generation                     [eclipse-plugin]
[INFO] org.eclipse.modisco.omg.kdm.edit                        [eclipse-plugin]
[INFO] org.eclipse.modisco.tool.metricsvisualizationbuilder    [eclipse-plugin]
[INFO] org.eclipse.modisco.xml                                 [eclipse-plugin]
[INFO] org.eclipse.modisco.xml.browser.customization           [eclipse-plugin]
[INFO] org.eclipse.modisco.manifest                            [eclipse-plugin]
[INFO] org.eclipse.modisco.eclipseplugin                       [eclipse-plugin]
[INFO] org.eclipse.modisco.manifest.discoverer                 [eclipse-plugin]
[INFO] org.eclipse.modisco.properties.discoverer               [eclipse-plugin]
[INFO] org.eclipse.modisco.xml.discoverer                      [eclipse-plugin]
[INFO] org.eclipse.modisco.eclipseplugin.discoverer            [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.discovery.ui                  [eclipse-plugin]
[INFO] org.eclipse.modisco.eclipseplugin.discoverer.ui         [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.ecore.core            [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.editor.ui             [eclipse-plugin]
[INFO] org.eclipse.modisco.utils.chart.metamodel               [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.metamodel [eclipse-plugin]
[INFO] org.eclipse.modisco.utils.chart.birt.core               [eclipse-plugin]
[INFO] org.eclipse.modisco.utils.core                          [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.core      [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.ui        [eclipse-plugin]
[INFO] org.eclipse.modisco.java.composition                    [eclipse-plugin]
[INFO] org.eclipse.modisco.java.composition.browser.customization [eclipse-plugin]
[INFO] org.eclipse.modisco.java.composition.discoverer         [eclipse-plugin]
[INFO] org.eclipse.modisco.java.composition.discoverer.ui      [eclipse-plugin]
[INFO] org.eclipse.modisco.kdm.source.extension.ui             [eclipse-plugin]
[INFO] org.eclipse.modisco.java.composition.ui                 [eclipse-plugin]
[INFO] org.eclipse.modisco.java.discoverer.cdo                 [eclipse-plugin]
[INFO] org.eclipse.modisco.java.discoverer.ui                  [eclipse-plugin]
[INFO] org.eclipse.modisco.jee                                 [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.ejbjar                          [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.ejbjar.discoverer               [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.ejbjar.discoverer.ui            [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.facet                           [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.jsp                             [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.jsp.browser.customization       [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.jsp.discoverer                  [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.jsp.discoverer.ui               [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.jsp.generation                  [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.queries                         [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.webapp                          [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.webapp.discoverer               [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.webapp.discoverer.ui            [eclipse-plugin]
[INFO] org.eclipse.modisco.kdm.source.discoverer.ui            [eclipse-plugin]
[INFO] org.eclipse.modisco.kdm.uml2converter                   [eclipse-plugin]
[INFO] org.eclipse.modisco.kdm.uml2converter.ui                [eclipse-plugin]
[INFO] org.eclipse.modisco.manifest.discoverer.ui              [eclipse-plugin]
[INFO] org.eclipse.modisco.omg.gastm                           [eclipse-plugin]
[INFO] org.eclipse.modisco.omg.smm                             [eclipse-plugin]
[INFO] org.eclipse.modisco.properties.discoverer.ui            [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.simpletransformationschain  [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.modelfilter                 [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.modelfilter.dependencies.ui [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.modelfilter.methodcalls     [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.modelfilter.ui              [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.simpletransformationschain.ui [eclipse-plugin]
[INFO] org.eclipse.modisco.workflow                            [eclipse-plugin]
[INFO] org.eclipse.modisco.workflow.core                       [eclipse-plugin]
[INFO] org.eclipse.modisco.workflow.ui                         [eclipse-plugin]
[INFO] org.eclipse.modisco.xml.discoverer.ui                   [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.omg.doc                       [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.omg.feature                  [eclipse-feature]
[INFO] org.eclipse.modisco.examples.feature                   [eclipse-feature]
[INFO] org.eclipse.modisco.java.cdo.feature                   [eclipse-feature]
[INFO] org.eclipse.modisco.java.doc                            [eclipse-plugin]
[INFO] org.eclipse.modisco.java.feature                       [eclipse-feature]
[INFO] org.eclipse.modisco.jee.doc                             [eclipse-plugin]
[INFO] org.eclipse.modisco.jee.feature                        [eclipse-feature]
[INFO] org.eclipse.modisco.facet.feature                      [eclipse-feature]
[INFO] org.eclipse.modisco.infrastructure.doc                  [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.feature              [eclipse-feature]
[INFO] org.eclipse.modisco.doc                                 [eclipse-plugin]
[INFO] org.eclipse.modisco.infrastructure.feature             [eclipse-feature]
[INFO] org.eclipse.modisco.xml.doc                             [eclipse-plugin]
[INFO] org.eclipse.modisco.xml.feature                        [eclipse-feature]
[INFO] org.eclipse.modisco.eclipse.feature                    [eclipse-feature]
[INFO] org.eclipse.modisco.sdk.feature                        [eclipse-feature]
[INFO] org.eclipse.modisco.all.feature                        [eclipse-feature]
[INFO] org.eclipse.modisco.infra.cdo.derby.feature            [eclipse-feature]
[INFO] org.eclipse.modisco.utils.chart.feature                [eclipse-feature]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.feature  [eclipse-feature]
[INFO] org.eclipse.modisco.thirdparties                       [eclipse-feature]
[INFO] org.eclipse.modisco.usecase.modelfilter.doc             [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.modelfilter.feature        [eclipse-feature]
[INFO] org.eclipse.modisco.usecase.simpletransformationchain.doc [eclipse-plugin]
[INFO] org.eclipse.modisco.usecase.simpletransformationschain.feature [eclipse-feature]
[INFO] org.eclipse.modisco.common.tests                        [eclipse-plugin]
[INFO] org.eclipse.modisco.facet.util.tests.swtbot             [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.discovery.benchmark           [eclipse-plugin]
[INFO] org.eclipse.modisco.java.classiceobject                 [eclipse-plugin]
[INFO] org.eclipse.modisco.java.nousages                       [eclipse-plugin]
[INFO] org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark [eclipse-plugin]
[INFO] org.eclipse.modisco.java.nousages.cdo                   [eclipse-plugin]
[INFO] org.eclipse.modisco.java.discoverer.benchmark           [eclipse-plugin]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests [eclipse-test-plugin]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.uml.tests [eclipse-test-plugin]
[INFO] org.eclipse.modisco.infra.query.tests              [eclipse-test-plugin]
[INFO] org.eclipse.modisco.infra.browser.custom.tests     [eclipse-test-plugin]
[INFO] org.eclipse.modisco.infra.browser.tests            [eclipse-test-plugin]
[INFO] org.eclipse.modisco.infra.common.core.tests        [eclipse-test-plugin]
[INFO] org.eclipse.modisco.infra.discovery.core.tests     [eclipse-test-plugin]
[INFO] org.eclipse.modisco.infra.discovery.ui.tests       [eclipse-test-plugin]
[INFO] org.eclipse.modisco.infra.doc.tests                [eclipse-test-plugin]
[INFO] org.eclipse.modisco.infra.facet.tests              [eclipse-test-plugin]
[INFO] org.eclipse.modisco.java.browser.customization.tests [eclipse-test-plugin]
[INFO] org.eclipse.modisco.java.discoverer.tests          [eclipse-test-plugin]
[INFO] org.eclipse.modisco.java.composition.discoverer.tests [eclipse-test-plugin]
[INFO] org.eclipse.modisco.java.discoverer.benchmark.tests [eclipse-test-plugin]
[INFO] org.eclipse.modisco.java.discoverer.cdo.tests      [eclipse-test-plugin]
[INFO] org.eclipse.modisco.java.generation.tests          [eclipse-test-plugin]
[INFO] org.eclipse.modisco.java.queries.tests             [eclipse-test-plugin]
[INFO] org.eclipse.modisco.jee.ejbjar.discoverer.tests    [eclipse-test-plugin]
[INFO] org.eclipse.modisco.jee.jsp.discoverer.tests       [eclipse-test-plugin]
[INFO] org.eclipse.modisco.jee.jsp.generation.tests       [eclipse-test-plugin]
[INFO] org.eclipse.modisco.jee.queries.tests              [eclipse-test-plugin]
[INFO] org.eclipse.modisco.jee.webapp.discoverer.tests    [eclipse-test-plugin]
[INFO] org.eclipse.modisco.kdm.uml2converter.tests        [eclipse-test-plugin]
[INFO] org.eclipse.modisco.xml.discoverer.tests           [eclipse-test-plugin]
[INFO] org.eclipse.modisco.tests                          [eclipse-test-plugin]
[INFO] org.eclipse.modisco.usecase.modelfilter.tests      [eclipse-test-plugin]
[INFO] org.eclipse.modisco.updatesite                      [eclipse-repository]
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.releng.tycho >--------
[INFO] Building org.eclipse.modisco.releng.tycho 1.5.5-SNAPSHOT         [1/187]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.releng.tycho ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.releng.tycho ---
[WARNING] The POM for commons-io:commons-io:jar:2.13.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.releng.tycho ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.releng.tycho ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.releng.tycho ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.releng.tycho ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.releng.tycho ---
[INFO] 
[INFO] -----------< org.eclipse.modisco:org.eclipse.modisco-folder >-----------
[INFO] Building org.eclipse.modisco-folder 1.5.5-SNAPSHOT               [2/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco-folder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco-folder ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco-folder ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco-folder ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco-folder ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco-folder ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco-folder ---
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.facet.common.core >------
[INFO] Building org.eclipse.modisco.facet.common.core 1.5.0-SNAPSHOT    [3/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.releng.tycho/targetPlatforms/nightly.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/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@5dbcaae7
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/modisco-master/.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>)
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).]
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.common.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.common.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.common.core ---
[INFO] Resolving class path of org.eclipse.modisco.facet.common.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.common.core ---
[WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.common.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/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.modisco.facet.common.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.common.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.common.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/target/org.eclipse.modisco.facet.common.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.common.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/target/org.eclipse.modisco.facet.common.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.common.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/target/org.eclipse.modisco.facet.common.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.core/target/org.eclipse.modisco.facet.common.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.common.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.common.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.common.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.common.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.facet.util.core >-------
[INFO] Building org.eclipse.modisco.facet.util.core 1.5.0-SNAPSHOT      [4/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.core ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.core ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/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.modisco.facet.util.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/target/org.eclipse.modisco.facet.util.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/target/org.eclipse.modisco.facet.util.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/target/org.eclipse.modisco.facet.util.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.core/target/org.eclipse.modisco.facet.util.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.facet.common.ui >-------
[INFO] Building org.eclipse.modisco.facet.common.ui 1.5.0-SNAPSHOT      [5/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.common.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.ui/.polyglot.build.properties
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.logging,1.1.1.v201101211721 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.common.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.common.ui ---
[INFO] Resolving class path of org.eclipse.modisco.facet.common.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.common.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.common.ui ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.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.modisco.facet.common.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.common.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.ui/target/org.eclipse.modisco.facet.common.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.ui/target/org.eclipse.modisco.facet.common.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.common.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.ui/target/org.eclipse.modisco.facet.common.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.common.ui/target/org.eclipse.modisco.facet.common.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.common.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.common.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.common.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.common.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.catalog.metamodel >--
[INFO] Building org.eclipse.modisco.facet.util.emf.catalog.metamodel 1.5.0-SNAPSHOT [6/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.catalog.metamodel:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.emf.catalog.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/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.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/target/org.eclipse.modisco.facet.util.emf.catalog.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/target/org.eclipse.modisco.facet.util.emf.catalog.metamodel-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/target/org.eclipse.modisco.facet.util.emf.catalog.metamodel-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog.metamodel/target/org.eclipse.modisco.facet.util.emf.catalog.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.emf.catalog.metamodel ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.catalog.metamodel:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.catalog.metamodel:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.catalog >---
[INFO] Building org.eclipse.modisco.facet.util.emf.catalog 1.5.0-SNAPSHOT [7/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.catalog:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.emf.catalog
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/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.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/target/org.eclipse.modisco.facet.util.emf.catalog-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/target/org.eclipse.modisco.facet.util.emf.catalog-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/target/org.eclipse.modisco.facet.util.emf.catalog-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.catalog/target/org.eclipse.modisco.facet.util.emf.catalog-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.emf.catalog ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.emf.catalog ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.catalog:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.catalog:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.facet.util.pde.core >-----
[INFO] Building org.eclipse.modisco.facet.util.pde.core 1.5.0-SNAPSHOT  [8/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.pde.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.pde.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/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.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/target/org.eclipse.modisco.facet.util.pde.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/target/org.eclipse.modisco.facet.util.pde.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/target/org.eclipse.modisco.facet.util.pde.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.pde.core/target/org.eclipse.modisco.facet.util.pde.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.pde.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.pde.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.pde.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.pde.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.core >-----
[INFO] Building org.eclipse.modisco.facet.util.emf.core 1.5.0-SNAPSHOT  [9/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/.polyglot.build.properties
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.9.1.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.emf.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/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.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/target/org.eclipse.modisco.facet.util.emf.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/target/org.eclipse.modisco.facet.util.emf.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/target/org.eclipse.modisco.facet.util.emf.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.core/target/org.eclipse.modisco.facet.util.emf.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.emf.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.emf.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.facet.efacet.metamodel >---
[INFO] Building org.eclipse.modisco.facet.efacet.metamodel 1.5.0-SNAPSHOT [10/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.efacet.metamodel:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] Resolving class path of org.eclipse.modisco.facet.efacet.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] Compiling 108 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/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.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/target/org.eclipse.modisco.facet.efacet.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/target/org.eclipse.modisco.facet.efacet.metamodel-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/target/org.eclipse.modisco.facet.efacet.metamodel-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.metamodel/target/org.eclipse.modisco.facet.efacet.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.efacet.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.efacet.metamodel ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.efacet.metamodel:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.efacet.metamodel:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.facet.util.ui >--------
[INFO] Building org.eclipse.modisco.facet.util.ui 1.5.0-SNAPSHOT       [11/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.ui ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.ui ---
[INFO] Compiling 70 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.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.modisco.facet.util.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.ui/target/org.eclipse.modisco.facet.util.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.ui/target/org.eclipse.modisco.facet.util.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.ui/target/org.eclipse.modisco.facet.util.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.ui/target/org.eclipse.modisco.facet.util.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.facet.util.swt >-------
[INFO] Building org.eclipse.modisco.facet.util.swt 1.5.0-SNAPSHOT      [12/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.swt:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.swt ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.swt ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.swt
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.swt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.swt ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/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.modisco.facet.util.swt ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.swt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/target/org.eclipse.modisco.facet.util.swt-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/target/org.eclipse.modisco.facet.util.swt-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.swt ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/target/org.eclipse.modisco.facet.util.swt-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.swt/target/org.eclipse.modisco.facet.util.swt-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.swt ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.swt ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.swt:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.swt:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.ui >------
[INFO] Building org.eclipse.modisco.facet.util.emf.ui 1.5.0-SNAPSHOT   [13/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.emf.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.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.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.ui/target/org.eclipse.modisco.facet.util.emf.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.ui/target/org.eclipse.modisco.facet.util.emf.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.ui/target/org.eclipse.modisco.facet.util.emf.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.emf.ui/target/org.eclipse.modisco.facet.util.emf.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.emf.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.emf.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.emf.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.facet.efacet.core >------
[INFO] Building org.eclipse.modisco.facet.efacet.core 1.5.0-SNAPSHOT   [14/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.efacet.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] Resolving class path of org.eclipse.modisco.facet.efacet.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] Compiling 71 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/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.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/target/org.eclipse.modisco.facet.efacet.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/target/org.eclipse.modisco.facet.efacet.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/target/org.eclipse.modisco.facet.efacet.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.core/target/org.eclipse.modisco.facet.efacet.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.efacet.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.efacet.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.efacet.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.efacet.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.facet.custom.metamodel >---
[INFO] Building org.eclipse.modisco.facet.custom.metamodel 1.5.0-SNAPSHOT [15/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.custom.metamodel:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] Resolving class path of org.eclipse.modisco.facet.custom.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/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.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/target/org.eclipse.modisco.facet.custom.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/target/org.eclipse.modisco.facet.custom.metamodel-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/target/org.eclipse.modisco.facet.custom.metamodel-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.metamodel/target/org.eclipse.modisco.facet.custom.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.custom.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.custom.metamodel ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.custom.metamodel:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.custom.metamodel:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.facet.custom.core >------
[INFO] Building org.eclipse.modisco.facet.custom.core 1.5.0-SNAPSHOT   [16/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.custom.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.custom.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.custom.core ---
[INFO] Resolving class path of org.eclipse.modisco.facet.custom.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.custom.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.custom.core ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/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.modisco.facet.custom.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.custom.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.custom.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/target/org.eclipse.modisco.facet.custom.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.custom.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/target/org.eclipse.modisco.facet.custom.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.custom.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/target/org.eclipse.modisco.facet.custom.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.core/target/org.eclipse.modisco.facet.custom.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.custom.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.custom.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.custom.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.custom.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.facet.query.java.metamodel >--
[INFO] Building org.eclipse.modisco.facet.query.java.metamodel 1.5.0-SNAPSHOT [17/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.query.java.metamodel:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] Resolving class path of org.eclipse.modisco.facet.query.java.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/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.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/target/org.eclipse.modisco.facet.query.java.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/target/org.eclipse.modisco.facet.query.java.metamodel-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/target/org.eclipse.modisco.facet.query.java.metamodel-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.metamodel/target/org.eclipse.modisco.facet.query.java.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.query.java.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.query.java.metamodel ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.query.java.metamodel:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.query.java.metamodel:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.facet.query.java.core >----
[INFO] Building org.eclipse.modisco.facet.query.java.core 1.5.0-SNAPSHOT [18/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.query.java.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] Resolving class path of org.eclipse.modisco.facet.query.java.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/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.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/target/org.eclipse.modisco.facet.query.java.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/target/org.eclipse.modisco.facet.query.java.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/target/org.eclipse.modisco.facet.query.java.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.query.java.core/target/org.eclipse.modisco.facet.query.java.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.query.java.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.query.java.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.query.java.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.query.java.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.facet.util.jface.ui >-----
[INFO] Building org.eclipse.modisco.facet.util.jface.ui 1.5.0-SNAPSHOT [19/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.jface.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.jface.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.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.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.ui/target/org.eclipse.modisco.facet.util.jface.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.ui/target/org.eclipse.modisco.facet.util.jface.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.ui/target/org.eclipse.modisco.facet.util.jface.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.jface.ui/target/org.eclipse.modisco.facet.util.jface.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.jface.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.jface.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.jface.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.jface.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.facet.efacet.ui >-------
[INFO] Building org.eclipse.modisco.facet.efacet.ui 1.5.0-SNAPSHOT     [20/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.efacet.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] Resolving class path of org.eclipse.modisco.facet.efacet.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] Compiling 86 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.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.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.ui/target/org.eclipse.modisco.facet.efacet.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.ui/target/org.eclipse.modisco.facet.efacet.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.ui/target/org.eclipse.modisco.facet.efacet.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.ui/target/org.eclipse.modisco.facet.efacet.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.efacet.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.efacet.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.efacet.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.efacet.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.facet.custom.ui >-------
[INFO] Building org.eclipse.modisco.facet.custom.ui 1.5.0-SNAPSHOT     [21/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.custom.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] Resolving class path of org.eclipse.modisco.facet.custom.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] Compiling 69 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.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.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.ui/target/org.eclipse.modisco.facet.custom.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.ui/target/org.eclipse.modisco.facet.custom.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.ui/target/org.eclipse.modisco.facet.custom.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.custom.ui/target/org.eclipse.modisco.facet.custom.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.custom.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.custom.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.custom.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.custom.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.facet.efacet.edit.core >---
[INFO] Building org.eclipse.modisco.facet.efacet.edit.core 1.5.0-SNAPSHOT [22/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.efacet.edit.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] Resolving class path of org.eclipse.modisco.facet.efacet.edit.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/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.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/target/org.eclipse.modisco.facet.efacet.edit.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/target/org.eclipse.modisco.facet.efacet.edit.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/target/org.eclipse.modisco.facet.efacet.edit.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.efacet.edit.core/target/org.eclipse.modisco.facet.efacet.edit.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.efacet.edit.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.efacet.edit.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.efacet.edit.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.efacet.edit.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.facet.widgets >--------
[INFO] Building org.eclipse.modisco.facet.widgets 1.5.0-SNAPSHOT       [23/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.widgets:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.widgets ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.widgets ---
[INFO] Resolving class path of org.eclipse.modisco.facet.widgets
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.widgets ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/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.modisco.facet.widgets ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.widgets ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/target/org.eclipse.modisco.facet.widgets-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.widgets ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/target/org.eclipse.modisco.facet.widgets-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.widgets ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/target/org.eclipse.modisco.facet.widgets-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets/target/org.eclipse.modisco.facet.widgets-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.widgets ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.widgets ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.widgets:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.widgets:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.facet.widgets.celleditors >--
[INFO] Building org.eclipse.modisco.facet.widgets.celleditors 1.5.0-SNAPSHOT [24/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.widgets.celleditors:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] Resolving class path of org.eclipse.modisco.facet.widgets.celleditors
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] Compiling 62 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/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.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/target/org.eclipse.modisco.facet.widgets.celleditors-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/target/org.eclipse.modisco.facet.widgets.celleditors-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/target/org.eclipse.modisco.facet.widgets.celleditors-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors/target/org.eclipse.modisco.facet.widgets.celleditors-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.widgets.celleditors ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.widgets.celleditors ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.widgets.celleditors:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.widgets.celleditors:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.facet.widgets.celleditors.ecore >--
[INFO] Building org.eclipse.modisco.facet.widgets.celleditors.ecore 1.5.0-SNAPSHOT [25/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.widgets.celleditors.ecore:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] Resolving class path of org.eclipse.modisco.facet.widgets.celleditors.ecore
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/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.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/target/org.eclipse.modisco.facet.widgets.celleditors.ecore-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/target/org.eclipse.modisco.facet.widgets.celleditors.ecore-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/target/org.eclipse.modisco.facet.widgets.celleditors.ecore-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.widgets.celleditors.ecore/target/org.eclipse.modisco.facet.widgets.celleditors.ecore-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.widgets.celleditors.ecore ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.widgets.celleditors.ecore:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.widgets.celleditors.ecore:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.examples >----------
[INFO] Building org.eclipse.modisco.examples 1.5.0-SNAPSHOT            [26/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.examples:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.examples ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.examples ---
[INFO] Resolving class path of org.eclipse.modisco.examples
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.examples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.examples ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.examples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples/target/org.eclipse.modisco.examples-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.modisco.examples ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples/target/org.eclipse.modisco.examples-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples/target/org.eclipse.modisco.examples-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples/target/org.eclipse.modisco.examples-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.examples ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.examples:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.examples:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infra.common.core >------
[INFO] Building org.eclipse.modisco.infra.common.core 1.5.0-SNAPSHOT   [27/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.common.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.common.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.common.core ---
[INFO] Resolving class path of org.eclipse.modisco.infra.common.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.common.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.common.core ---
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/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.modisco.infra.common.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.common.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.common.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/target/org.eclipse.modisco.infra.common.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.modisco.infra.common.core ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.common.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/target/org.eclipse.modisco.infra.common.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.common.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/target/org.eclipse.modisco.infra.common.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core/target/org.eclipse.modisco.infra.common.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.common.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.common.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.infra.common.ui >-------
[INFO] Building org.eclipse.modisco.infra.common.ui 1.5.0-SNAPSHOT     [28/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.common.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.common.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.common.ui ---
[INFO] Resolving class path of org.eclipse.modisco.infra.common.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.common.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.common.ui ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.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.modisco.infra.common.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.common.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.ui/target/org.eclipse.modisco.infra.common.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.ui/target/org.eclipse.modisco.infra.common.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.common.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.ui/target/org.eclipse.modisco.infra.common.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.ui/target/org.eclipse.modisco.infra.common.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.common.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.common.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.infra.query >---------
[INFO] Building org.eclipse.modisco.infra.query 1.5.0-SNAPSHOT         [29/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.query:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.query ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.query ---
[INFO] Resolving class path of org.eclipse.modisco.infra.query
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.query ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.query ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/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.modisco.infra.query ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.query ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.query ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/target/org.eclipse.modisco.infra.query-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.query ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/target/org.eclipse.modisco.infra.query-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.query ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/target/org.eclipse.modisco.infra.query-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query/target/org.eclipse.modisco.infra.query-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.query ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.query ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.infra.facet >---------
[INFO] Building org.eclipse.modisco.infra.facet 1.5.0-SNAPSHOT         [30/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.facet:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.facet ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.facet ---
[INFO] Resolving class path of org.eclipse.modisco.infra.facet
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.facet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.facet ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/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.modisco.infra.facet ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.facet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.facet ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/target/org.eclipse.modisco.infra.facet-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.facet ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/target/org.eclipse.modisco.infra.facet-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.facet ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/target/org.eclipse.modisco.infra.facet-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet/target/org.eclipse.modisco.infra.facet-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.facet ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.facet ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.util.emf.core >--------
[INFO] Building org.eclipse.modisco.util.emf.core 1.5.0-SNAPSHOT       [31/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.util.emf.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.util.emf.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.util.emf.core ---
[INFO] Resolving class path of org.eclipse.modisco.util.emf.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.util.emf.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.util.emf.core ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/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.modisco.util.emf.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.util.emf.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.util.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/target/org.eclipse.modisco.util.emf.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.util.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/target/org.eclipse.modisco.util.emf.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.util.emf.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/target/org.eclipse.modisco.util.emf.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.emf.core/target/org.eclipse.modisco.util.emf.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.util.emf.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.util.emf.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.util.emf.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.util.emf.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.infra.query.core >------
[INFO] Building org.eclipse.modisco.infra.query.core 1.5.0-SNAPSHOT    [32/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.query.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.query.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.query.core ---
[INFO] Resolving class path of org.eclipse.modisco.infra.query.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.query.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.query.core ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/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.modisco.infra.query.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.query.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.query.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/target/org.eclipse.modisco.infra.query.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.query.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/target/org.eclipse.modisco.infra.query.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.query.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/target/org.eclipse.modisco.infra.query.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.core/target/org.eclipse.modisco.infra.query.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.query.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.query.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.infra.facet.core >------
[INFO] Building org.eclipse.modisco.infra.facet.core 1.5.0-SNAPSHOT    [33/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.facet.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.facet.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.facet.core ---
[INFO] Resolving class path of org.eclipse.modisco.infra.facet.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.facet.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.facet.core ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/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.modisco.infra.facet.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.facet.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.facet.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/target/org.eclipse.modisco.infra.facet.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.facet.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/target/org.eclipse.modisco.infra.facet.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.facet.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/target/org.eclipse.modisco.infra.facet.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.core/target/org.eclipse.modisco.infra.facet.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.facet.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.facet.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom >----
[INFO] Building org.eclipse.modisco.infra.browser.custom 1.5.0-SNAPSHOT [34/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.custom
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/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.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/target/org.eclipse.modisco.infra.browser.custom-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/target/org.eclipse.modisco.infra.browser.custom-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/target/org.eclipse.modisco.infra.browser.custom-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom/target/org.eclipse.modisco.infra.browser.custom-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.custom ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.custom ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.core >--
[INFO] Building org.eclipse.modisco.infra.browser.custom.core 1.5.0-SNAPSHOT [35/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.custom.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/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.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/target/org.eclipse.modisco.infra.browser.custom.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/target/org.eclipse.modisco.infra.browser.custom.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/target/org.eclipse.modisco.infra.browser.custom.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.core/target/org.eclipse.modisco.infra.browser.custom.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.custom.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.custom.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.infra.browser.uicore >----
[INFO] Building org.eclipse.modisco.infra.browser.uicore 1.5.0-SNAPSHOT [36/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.uicore:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.uicore
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/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.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/target/org.eclipse.modisco.infra.browser.uicore-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/target/org.eclipse.modisco.infra.browser.uicore-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/target/org.eclipse.modisco.infra.browser.uicore-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore/target/org.eclipse.modisco.infra.browser.uicore-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.uicore ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.uicore ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.uicore:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.uicore:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.infra.query.edit >------
[INFO] Building org.eclipse.modisco.infra.query.edit 1.5.0-SNAPSHOT    [37/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.query.edit:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.edit/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.query.edit ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.query.edit ---
[INFO] Resolving class path of org.eclipse.modisco.infra.query.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.query.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.query.edit ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.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.modisco.infra.query.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.query.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.query.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.edit/target/org.eclipse.modisco.infra.query.edit-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.query.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.edit/target/org.eclipse.modisco.infra.query.edit-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.query.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.edit/target/org.eclipse.modisco.infra.query.edit-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.edit/target/org.eclipse.modisco.infra.query.edit-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.query.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.query.edit ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.edit:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.edit:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.infra.facet.edit >------
[INFO] Building org.eclipse.modisco.infra.facet.edit 1.5.0-SNAPSHOT    [38/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.facet.edit:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.edit/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] Resolving class path of org.eclipse.modisco.infra.facet.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.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.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.edit/target/org.eclipse.modisco.infra.facet.edit-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.edit/target/org.eclipse.modisco.infra.facet.edit-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.edit/target/org.eclipse.modisco.infra.facet.edit-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.edit/target/org.eclipse.modisco.infra.facet.edit-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.facet.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.facet.edit ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.edit:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.edit:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infra.facet.editor >-----
[INFO] Building org.eclipse.modisco.infra.facet.editor 1.5.0-SNAPSHOT  [39/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.editor/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.facet.editor:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.editor/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] Resolving class path of org.eclipse.modisco.infra.facet.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.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.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.editor/target/org.eclipse.modisco.infra.facet.editor-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.editor/target/org.eclipse.modisco.infra.facet.editor-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.editor/target/org.eclipse.modisco.infra.facet.editor-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.editor/target/org.eclipse.modisco.infra.facet.editor-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.facet.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.facet.editor ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.editor:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.editor:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.infra.facet.ui >-------
[INFO] Building org.eclipse.modisco.infra.facet.ui 1.5.0-SNAPSHOT      [40/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.facet.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] Resolving class path of org.eclipse.modisco.infra.facet.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.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.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.ui/target/org.eclipse.modisco.infra.facet.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.ui/target/org.eclipse.modisco.infra.facet.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.ui/target/org.eclipse.modisco.infra.facet.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.ui/target/org.eclipse.modisco.infra.facet.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.facet.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.facet.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infra.query.editor >-----
[INFO] Building org.eclipse.modisco.infra.query.editor 1.5.0-SNAPSHOT  [41/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.editor/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.query.editor:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.editor/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.query.editor ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.query.editor ---
[INFO] Resolving class path of org.eclipse.modisco.infra.query.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.query.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.query.editor ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.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.modisco.infra.query.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.query.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.query.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.editor/target/org.eclipse.modisco.infra.query.editor-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.query.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.editor/target/org.eclipse.modisco.infra.query.editor-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.query.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.editor/target/org.eclipse.modisco.infra.query.editor-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.editor/target/org.eclipse.modisco.infra.query.editor-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.query.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.query.editor ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.editor:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.editor:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.infra.query.ui >-------
[INFO] Building org.eclipse.modisco.infra.query.ui 1.5.0-SNAPSHOT      [42/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.query.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.query.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.query.ui ---
[INFO] Resolving class path of org.eclipse.modisco.infra.query.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.query.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.query.ui ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.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.modisco.infra.query.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.query.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.query.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.ui/target/org.eclipse.modisco.infra.query.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.query.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.ui/target/org.eclipse.modisco.infra.query.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.query.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.ui/target/org.eclipse.modisco.infra.query.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.ui/target/org.eclipse.modisco.infra.query.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.query.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.query.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.infra.browser >--------
[INFO] Building org.eclipse.modisco.infra.browser 1.5.0-SNAPSHOT       [43/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser ---
[INFO] Compiling 75 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/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.modisco.infra.browser ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/target/org.eclipse.modisco.infra.browser-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/target/org.eclipse.modisco.infra.browser-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/target/org.eclipse.modisco.infra.browser-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser/target/org.eclipse.modisco.infra.browser-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.ui >---
[INFO] Building org.eclipse.modisco.infra.browser.custom.ui 1.5.0-SNAPSHOT [44/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.custom.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.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.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.ui/target/org.eclipse.modisco.infra.browser.custom.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.ui/target/org.eclipse.modisco.infra.browser.custom.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.ui/target/org.eclipse.modisco.infra.browser.custom.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.ui/target/org.eclipse.modisco.infra.browser.custom.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.custom.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.custom.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.editor >--
[INFO] Building org.eclipse.modisco.infra.browser.custom.editor 1.5.0-SNAPSHOT [45/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.editor/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.editor:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.editor/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.custom.editor
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.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.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.editor/target/org.eclipse.modisco.infra.browser.custom.editor-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.editor/target/org.eclipse.modisco.infra.browser.custom.editor-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.editor/target/org.eclipse.modisco.infra.browser.custom.editor-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.editor/target/org.eclipse.modisco.infra.browser.custom.editor-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.custom.editor ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.custom.editor ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.editor:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.editor:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------------< org.eclipse.modisco:org.eclipse.modisco.java >------------
[INFO] Building org.eclipse.modisco.java 1.5.0-SNAPSHOT                [46/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java ---
[INFO] Resolving class path of org.eclipse.modisco.java
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java ---
[INFO] Compiling 267 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/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.modisco.java ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/target/org.eclipse.modisco.java-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.modisco.java ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/target/org.eclipse.modisco.java-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/target/org.eclipse.modisco.java-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java/target/org.eclipse.modisco.java-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.java.queries >--------
[INFO] Building org.eclipse.modisco.java.queries 1.5.0-SNAPSHOT        [47/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.queries:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.queries ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.queries ---
[INFO] Resolving class path of org.eclipse.modisco.java.queries
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.queries ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.queries ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/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.modisco.java.queries ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.queries ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.queries ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/target/org.eclipse.modisco.java.queries-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.queries ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/target/org.eclipse.modisco.java.queries-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.queries ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/target/org.eclipse.modisco.java.queries-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries/target/org.eclipse.modisco.java.queries-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.queries ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.queries ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.queries:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.queries:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.java.jdk >--
[INFO] Building org.eclipse.modisco.infra.browser.custom.examples.java.jdk 1.5.0-SNAPSHOT [48/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.java.jdk:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.custom.examples.java.jdk
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/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.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/target/org.eclipse.modisco.infra.browser.custom.examples.java.jdk-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/target/org.eclipse.modisco.infra.browser.custom.examples.java.jdk-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/target/org.eclipse.modisco.infra.browser.custom.examples.java.jdk-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk/target/org.eclipse.modisco.infra.browser.custom.examples.java.jdk-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.java.jdk:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.java.jdk:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.uml >--
[INFO] Building org.eclipse.modisco.infra.browser.custom.examples.uml 1.5.0-SNAPSHOT [49/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.uml:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.custom.examples.uml
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/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.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/target/org.eclipse.modisco.infra.browser.custom.examples.uml-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/target/org.eclipse.modisco.infra.browser.custom.examples.uml-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/target/org.eclipse.modisco.infra.browser.custom.examples.uml-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml/target/org.eclipse.modisco.infra.browser.custom.examples.uml-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.custom.examples.uml ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.uml:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.uml:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.uicore.examples.cnf >--
[INFO] Building org.eclipse.modisco.infra.browser.uicore.examples.cnf 1.5.0-SNAPSHOT [50/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.uicore.examples.cnf:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.uicore.examples.cnf
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/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.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/target/org.eclipse.modisco.infra.browser.uicore.examples.cnf-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/target/org.eclipse.modisco.infra.browser.uicore.examples.cnf-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/target/org.eclipse.modisco.infra.browser.uicore.examples.cnf-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.uicore.examples.cnf/target/org.eclipse.modisco.infra.browser.uicore.examples.cnf-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.uicore.examples.cnf ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.uicore.examples.cnf:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.uicore.examples.cnf:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infra.capabilities >-----
[INFO] Building org.eclipse.modisco.infra.capabilities 1.5.0-SNAPSHOT  [51/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.capabilities:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.capabilities ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.capabilities ---
[INFO] Resolving class path of org.eclipse.modisco.infra.capabilities
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.capabilities ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.capabilities ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.capabilities ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.capabilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/target/org.eclipse.modisco.infra.capabilities-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.capabilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/target/org.eclipse.modisco.infra.capabilities-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.capabilities ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/target/org.eclipse.modisco.infra.capabilities-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.capabilities/target/org.eclipse.modisco.infra.capabilities-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.capabilities ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.capabilities ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.capabilities:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.capabilities:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.infra.common.cdo >------
[INFO] Building org.eclipse.modisco.infra.common.cdo 1.5.0-SNAPSHOT    [52/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.common.cdo:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo/.polyglot.build.properties
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.cdo,4.6.100.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.cdo.common,4.7.0.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.util,3.8.0.v20180530-0909 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.cdo.net4j,4.1.600.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j,4.7.0.v20180530-1201 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.tcp,4.1.600.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] Resolving class path of org.eclipse.modisco.infra.common.cdo
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.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.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo/target/org.eclipse.modisco.infra.common.cdo-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo/target/org.eclipse.modisco.infra.common.cdo-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo/target/org.eclipse.modisco.infra.common.cdo-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo/target/org.eclipse.modisco.infra.common.cdo-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.common.cdo ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.common.cdo ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.cdo:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.cdo:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.infra.common.cdo.derby >---
[INFO] Building org.eclipse.modisco.infra.common.cdo.derby 1.5.0-SNAPSHOT [53/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.common.cdo.derby:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/.polyglot.build.properties
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.db.derby,4.1.500.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.derby,10.11.1.1_v201605202053 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] Resolving class path of org.eclipse.modisco.infra.common.cdo.derby
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/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.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/target/org.eclipse.modisco.infra.common.cdo.derby-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/target/org.eclipse.modisco.infra.common.cdo.derby-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/target/org.eclipse.modisco.infra.common.cdo.derby-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.cdo.derby/target/org.eclipse.modisco.infra.common.cdo.derby-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.common.cdo.derby ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.common.cdo.derby ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.cdo.derby:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.cdo.derby:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.infra.prefuse >--------
[INFO] Building org.eclipse.modisco.infra.prefuse 1.5.0-SNAPSHOT       [54/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.prefuse:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/.polyglot.build.properties
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.core,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.misc,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.queries,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.prefuse,0.1.0.v20100514-1000 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.prefuse ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.prefuse ---
[INFO] Resolving class path of org.eclipse.modisco.infra.prefuse
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.prefuse ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.prefuse ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/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.modisco.infra.prefuse ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.prefuse ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.prefuse ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/target/org.eclipse.modisco.infra.prefuse-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.prefuse ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/target/org.eclipse.modisco.infra.prefuse-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.prefuse ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/target/org.eclipse.modisco.infra.prefuse-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.prefuse/target/org.eclipse.modisco.infra.prefuse-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.prefuse ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.prefuse ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.prefuse:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.prefuse:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infra.query.jxpath >-----
[INFO] Building org.eclipse.modisco.infra.query.jxpath 1.5.0-SNAPSHOT  [55/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.query.jxpath:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] Resolving class path of org.eclipse.modisco.infra.query.jxpath
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/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.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/target/org.eclipse.modisco.infra.query.jxpath-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/target/org.eclipse.modisco.infra.query.jxpath-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/target/org.eclipse.modisco.infra.query.jxpath-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.jxpath/target/org.eclipse.modisco.infra.query.jxpath-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.query.jxpath ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.query.jxpath ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.jxpath:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.jxpath:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.browser.customization >--
[INFO] Building org.eclipse.modisco.java.browser.customization 1.5.0-SNAPSHOT [56/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.browser.customization:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.browser.customization ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.browser.customization ---
[INFO] Resolving class path of org.eclipse.modisco.java.browser.customization
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.browser.customization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.browser.customization ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/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.modisco.java.browser.customization ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.browser.customization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.browser.customization ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/target/org.eclipse.modisco.java.browser.customization-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.browser.customization ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/target/org.eclipse.modisco.java.browser.customization-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.browser.customization ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/target/org.eclipse.modisco.java.browser.customization-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization/target/org.eclipse.modisco.java.browser.customization-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.browser.customization ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.browser.customization ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.browser.customization:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.browser.customization:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.java.cdo >----------
[INFO] Building org.eclipse.modisco.java.cdo 1.5.0-SNAPSHOT            [57/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.cdo:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.cdo ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.cdo ---
[INFO] Resolving class path of org.eclipse.modisco.java.cdo
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.cdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.cdo ---
[INFO] Compiling 132 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.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.modisco.java.cdo ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.cdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo/target/org.eclipse.modisco.java.cdo-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.modisco.java.cdo ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo/target/org.eclipse.modisco.java.cdo-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.cdo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo/target/org.eclipse.modisco.java.cdo-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo/target/org.eclipse.modisco.java.cdo-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.cdo ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.cdo ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.cdo:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.cdo:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.util.atl.core >--------
[INFO] Building org.eclipse.modisco.util.atl.core 1.5.0-SNAPSHOT       [58/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.util.atl.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.util.atl.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.util.atl.core ---
[INFO] Resolving class path of org.eclipse.modisco.util.atl.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.util.atl.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.util.atl.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/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.modisco.util.atl.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.util.atl.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.util.atl.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/target/org.eclipse.modisco.util.atl.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.util.atl.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/target/org.eclipse.modisco.util.atl.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.util.atl.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/target/org.eclipse.modisco.util.atl.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.util.atl.core/target/org.eclipse.modisco.util.atl.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.util.atl.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.util.atl.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.util.atl.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.util.atl.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.infra.discovery >-------
[INFO] Building org.eclipse.modisco.infra.discovery 1.5.0-SNAPSHOT     [59/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.discovery ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.discovery ---
[INFO] Resolving class path of org.eclipse.modisco.infra.discovery
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.discovery ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/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.modisco.infra.discovery ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.discovery ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/target/org.eclipse.modisco.infra.discovery-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/target/org.eclipse.modisco.infra.discovery-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/target/org.eclipse.modisco.infra.discovery-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery/target/org.eclipse.modisco.infra.discovery-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.infra.discovery.core >----
[INFO] Building org.eclipse.modisco.infra.discovery.core 1.5.0-SNAPSHOT [60/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] Resolving class path of org.eclipse.modisco.infra.discovery.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/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.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/target/org.eclipse.modisco.infra.discovery.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/target/org.eclipse.modisco.infra.discovery.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/target/org.eclipse.modisco.infra.discovery.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core/target/org.eclipse.modisco.infra.discovery.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.omg.kdm >-----------
[INFO] Building org.eclipse.modisco.omg.kdm 1.5.0-SNAPSHOT             [61/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.omg.kdm:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.omg.kdm ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.omg.kdm ---
[INFO] Resolving class path of org.eclipse.modisco.omg.kdm
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.omg.kdm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.omg.kdm ---
[INFO] Compiling 667 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/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.modisco.omg.kdm ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.omg.kdm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.omg.kdm ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/target/org.eclipse.modisco.omg.kdm-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.omg.kdm ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/target/org.eclipse.modisco.omg.kdm-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.omg.kdm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/target/org.eclipse.modisco.omg.kdm-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm/target/org.eclipse.modisco.omg.kdm-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.omg.kdm ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.omg.kdm ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.omg.kdm:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.omg.kdm:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.kdm.source.discoverer >----
[INFO] Building org.eclipse.modisco.kdm.source.discoverer 1.5.0-SNAPSHOT [62/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.kdm.source.discoverer:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.kdm.source.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/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.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/target/org.eclipse.modisco.kdm.source.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/target/org.eclipse.modisco.kdm.source.discoverer-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/target/org.eclipse.modisco.kdm.source.discoverer-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer/target/org.eclipse.modisco.kdm.source.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.kdm.source.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.kdm.source.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.source.discoverer:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.source.discoverer:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.kdm.source.extension >----
[INFO] Building org.eclipse.modisco.kdm.source.extension 1.5.0-SNAPSHOT [63/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.kdm.source.extension:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] Resolving class path of org.eclipse.modisco.kdm.source.extension
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/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.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/target/org.eclipse.modisco.kdm.source.extension-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/target/org.eclipse.modisco.kdm.source.extension-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/target/org.eclipse.modisco.kdm.source.extension-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension/target/org.eclipse.modisco.kdm.source.extension-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.kdm.source.extension ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.kdm.source.extension ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.source.extension:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.source.extension:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.java.discoverer >-------
[INFO] Building org.eclipse.modisco.java.discoverer 1.5.4-SNAPSHOT     [64/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.discoverer:1.5.4-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.discoverer ---
[INFO] The project's OSGi version is 1.5.4.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.java.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.discoverer ---
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/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.modisco.java.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/target/org.eclipse.modisco.java.discoverer-1.5.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/target/org.eclipse.modisco.java.discoverer-1.5.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/target/org.eclipse.modisco.java.discoverer-1.5.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer/target/org.eclipse.modisco.java.discoverer-1.5.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer:xml:p2metadata:1.5.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer:xml:p2artifacts:1.5.4-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.java.generation >-------
[INFO] Building org.eclipse.modisco.java.generation 1.5.0-SNAPSHOT     [65/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.generation:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.generation ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.generation ---
[INFO] Resolving class path of org.eclipse.modisco.java.generation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.generation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.generation ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/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.modisco.java.generation ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.generation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.generation ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/target/org.eclipse.modisco.java.generation-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.generation ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/target/org.eclipse.modisco.java.generation-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.generation ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/target/org.eclipse.modisco.java.generation-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation/target/org.eclipse.modisco.java.generation-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.generation ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.generation ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.generation:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.generation:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.omg.kdm.edit >--------
[INFO] Building org.eclipse.modisco.omg.kdm.edit 1.5.0-SNAPSHOT        [66/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.omg.kdm.edit:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.edit/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] Resolving class path of org.eclipse.modisco.omg.kdm.edit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] Compiling 300 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.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.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.edit/target/org.eclipse.modisco.omg.kdm.edit-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.edit/target/org.eclipse.modisco.omg.kdm.edit-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.edit/target/org.eclipse.modisco.omg.kdm.edit-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.kdm.edit/target/org.eclipse.modisco.omg.kdm.edit-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.omg.kdm.edit ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.omg.kdm.edit ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.omg.kdm.edit:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.omg.kdm.edit:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.tool.metricsvisualizationbuilder >--
[INFO] Building org.eclipse.modisco.tool.metricsvisualizationbuilder 1.5.0-SNAPSHOT [67/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.tool.metricsvisualizationbuilder:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] Resolving class path of org.eclipse.modisco.tool.metricsvisualizationbuilder
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/target/org.eclipse.modisco.tool.metricsvisualizationbuilder-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/target/org.eclipse.modisco.tool.metricsvisualizationbuilder-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/target/org.eclipse.modisco.tool.metricsvisualizationbuilder-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tool.metricsvisualizationbuilder/target/org.eclipse.modisco.tool.metricsvisualizationbuilder-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.tool.metricsvisualizationbuilder ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.tool.metricsvisualizationbuilder:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.tool.metricsvisualizationbuilder:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------------< org.eclipse.modisco:org.eclipse.modisco.xml >-------------
[INFO] Building org.eclipse.modisco.xml 1.5.0-SNAPSHOT                 [68/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.xml:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.xml ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.xml ---
[INFO] Resolving class path of org.eclipse.modisco.xml
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.xml ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.xml ---
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/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.modisco.xml ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.xml ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/target/org.eclipse.modisco.xml-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.modisco.xml ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/target/org.eclipse.modisco.xml-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.xml ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/target/org.eclipse.modisco.xml-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml/target/org.eclipse.modisco.xml-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.xml ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.xml ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.xml.browser.customization >--
[INFO] Building org.eclipse.modisco.xml.browser.customization 1.5.0-SNAPSHOT [69/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.xml.browser.customization:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] Resolving class path of org.eclipse.modisco.xml.browser.customization
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/target/org.eclipse.modisco.xml.browser.customization-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/target/org.eclipse.modisco.xml.browser.customization-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/target/org.eclipse.modisco.xml.browser.customization-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.browser.customization/target/org.eclipse.modisco.xml.browser.customization-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.xml.browser.customization ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.xml.browser.customization ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.browser.customization:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.browser.customization:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.manifest >----------
[INFO] Building org.eclipse.modisco.manifest 1.5.0-SNAPSHOT            [70/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.manifest:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.manifest ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.manifest ---
[INFO] Resolving class path of org.eclipse.modisco.manifest
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.manifest ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.manifest ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/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.modisco.manifest ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.manifest ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.manifest ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/target/org.eclipse.modisco.manifest-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.manifest ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/target/org.eclipse.modisco.manifest-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.manifest ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/target/org.eclipse.modisco.manifest-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest/target/org.eclipse.modisco.manifest-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.manifest ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.manifest ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.manifest:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.manifest:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.eclipseplugin >--------
[INFO] Building org.eclipse.modisco.eclipseplugin 1.5.0-SNAPSHOT       [71/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.eclipseplugin:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.eclipseplugin ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.eclipseplugin ---
[INFO] Resolving class path of org.eclipse.modisco.eclipseplugin
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.eclipseplugin ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.eclipseplugin ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/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.modisco.eclipseplugin ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.eclipseplugin ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.eclipseplugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/target/org.eclipse.modisco.eclipseplugin-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.eclipseplugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/target/org.eclipse.modisco.eclipseplugin-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.eclipseplugin ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/target/org.eclipse.modisco.eclipseplugin-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin/target/org.eclipse.modisco.eclipseplugin-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.eclipseplugin ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.eclipseplugin ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.eclipseplugin:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.eclipseplugin:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.manifest.discoverer >-----
[INFO] Building org.eclipse.modisco.manifest.discoverer 1.5.0-SNAPSHOT [72/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.manifest.discoverer:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.manifest.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/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.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/target/org.eclipse.modisco.manifest.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/target/org.eclipse.modisco.manifest.discoverer-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/target/org.eclipse.modisco.manifest.discoverer-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer/target/org.eclipse.modisco.manifest.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.manifest.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.manifest.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.manifest.discoverer:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.manifest.discoverer:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.properties.discoverer >----
[INFO] Building org.eclipse.modisco.properties.discoverer 1.5.0-SNAPSHOT [73/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.properties.discoverer:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.properties.discoverer ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.properties.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.properties.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.properties.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.properties.discoverer ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/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.modisco.properties.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.properties.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.properties.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/target/org.eclipse.modisco.properties.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.properties.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/target/org.eclipse.modisco.properties.discoverer-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.properties.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/target/org.eclipse.modisco.properties.discoverer-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer/target/org.eclipse.modisco.properties.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.properties.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.properties.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.properties.discoverer:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.properties.discoverer:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.xml.discoverer >-------
[INFO] Building org.eclipse.modisco.xml.discoverer 1.5.0-SNAPSHOT      [74/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.xml.discoverer:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.xml.discoverer ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.xml.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.xml.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.xml.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.xml.discoverer ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/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.modisco.xml.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.xml.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.xml.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/target/org.eclipse.modisco.xml.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.xml.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/target/org.eclipse.modisco.xml.discoverer-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.xml.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/target/org.eclipse.modisco.xml.discoverer-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer/target/org.eclipse.modisco.xml.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.xml.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.xml.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.discoverer:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.discoverer:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.eclipseplugin.discoverer >--
[INFO] Building org.eclipse.modisco.eclipseplugin.discoverer 1.5.0-SNAPSHOT [75/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.eclipseplugin.discoverer:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.eclipseplugin.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/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.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/target/org.eclipse.modisco.eclipseplugin.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/target/org.eclipse.modisco.eclipseplugin.discoverer-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/target/org.eclipse.modisco.eclipseplugin.discoverer-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer/target/org.eclipse.modisco.eclipseplugin.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.eclipseplugin.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.eclipseplugin.discoverer:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.eclipseplugin.discoverer:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infra.discovery.ui >-----
[INFO] Building org.eclipse.modisco.infra.discovery.ui 1.5.0-SNAPSHOT  [76/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] Resolving class path of org.eclipse.modisco.infra.discovery.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.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.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui/target/org.eclipse.modisco.infra.discovery.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui/target/org.eclipse.modisco.infra.discovery.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui/target/org.eclipse.modisco.infra.discovery.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui/target/org.eclipse.modisco.infra.discovery.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.eclipseplugin.discoverer.ui >--
[INFO] Building org.eclipse.modisco.eclipseplugin.discoverer.ui 1.5.0-SNAPSHOT [77/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.eclipseplugin.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.eclipseplugin.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.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.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.ui/target/org.eclipse.modisco.eclipseplugin.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.ui/target/org.eclipse.modisco.eclipseplugin.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.ui/target/org.eclipse.modisco.eclipseplugin.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipseplugin.discoverer.ui/target/org.eclipse.modisco.eclipseplugin.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.eclipseplugin.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.eclipseplugin.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.eclipseplugin.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.ecore.core >--
[INFO] Building org.eclipse.modisco.infra.browser.ecore.core 1.5.0-SNAPSHOT [78/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.ecore.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.ecore.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/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.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/target/org.eclipse.modisco.infra.browser.ecore.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/target/org.eclipse.modisco.infra.browser.ecore.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/target/org.eclipse.modisco.infra.browser.ecore.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.ecore.core/target/org.eclipse.modisco.infra.browser.ecore.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.ecore.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.ecore.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.ecore.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.ecore.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.editor.ui >---
[INFO] Building org.eclipse.modisco.infra.browser.editor.ui 1.5.0-SNAPSHOT [79/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.editor.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.editor.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.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.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.ui/target/org.eclipse.modisco.infra.browser.editor.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.ui/target/org.eclipse.modisco.infra.browser.editor.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.ui/target/org.eclipse.modisco.infra.browser.editor.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.editor.ui/target/org.eclipse.modisco.infra.browser.editor.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.editor.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.editor.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.editor.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.editor.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.utils.chart.metamodel >----
[INFO] Building org.eclipse.modisco.utils.chart.metamodel 1.5.0-SNAPSHOT [80/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.utils.chart.metamodel:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] Resolving class path of org.eclipse.modisco.utils.chart.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/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.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/target/org.eclipse.modisco.utils.chart.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/target/org.eclipse.modisco.utils.chart.metamodel-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/target/org.eclipse.modisco.utils.chart.metamodel-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.metamodel/target/org.eclipse.modisco.utils.chart.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.utils.chart.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.utils.chart.metamodel ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.utils.chart.metamodel:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.utils.chart.metamodel:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.metamodel >--
[INFO] Building org.eclipse.modisco.infra.discovery.benchmark.metamodel 1.5.0-SNAPSHOT [81/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.metamodel:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] Resolving class path of org.eclipse.modisco.infra.discovery.benchmark.metamodel
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/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.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/target/org.eclipse.modisco.infra.discovery.benchmark.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/target/org.eclipse.modisco.infra.discovery.benchmark.metamodel-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/target/org.eclipse.modisco.infra.discovery.benchmark.metamodel-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.metamodel/target/org.eclipse.modisco.infra.discovery.benchmark.metamodel-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark.metamodel ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.metamodel:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.metamodel:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.utils.chart.birt.core >----
[INFO] Building org.eclipse.modisco.utils.chart.birt.core 1.5.0-SNAPSHOT [82/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.utils.chart.birt.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] Resolving class path of org.eclipse.modisco.utils.chart.birt.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/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.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/target/org.eclipse.modisco.utils.chart.birt.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/target/org.eclipse.modisco.utils.chart.birt.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/target/org.eclipse.modisco.utils.chart.birt.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.birt.core/target/org.eclipse.modisco.utils.chart.birt.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.utils.chart.birt.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.utils.chart.birt.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.utils.chart.birt.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.utils.chart.birt.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---------< org.eclipse.modisco:org.eclipse.modisco.utils.core >---------
[INFO] Building org.eclipse.modisco.utils.core 1.5.0-SNAPSHOT          [83/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.utils.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.utils.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.utils.core ---
[INFO] Resolving class path of org.eclipse.modisco.utils.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.utils.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.utils.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/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.modisco.utils.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.utils.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.utils.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/target/org.eclipse.modisco.utils.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.utils.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/target/org.eclipse.modisco.utils.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.utils.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/target/org.eclipse.modisco.utils.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.core/target/org.eclipse.modisco.utils.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.utils.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.utils.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.utils.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.utils.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.core >--
[INFO] Building org.eclipse.modisco.infra.discovery.benchmark.core 1.5.0-SNAPSHOT [84/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] Resolving class path of org.eclipse.modisco.infra.discovery.benchmark.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/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.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/target/org.eclipse.modisco.infra.discovery.benchmark.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/target/org.eclipse.modisco.infra.discovery.benchmark.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/target/org.eclipse.modisco.infra.discovery.benchmark.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.core/target/org.eclipse.modisco.infra.discovery.benchmark.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.ui >--
[INFO] Building org.eclipse.modisco.infra.discovery.benchmark.ui 1.5.0-SNAPSHOT [85/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] Resolving class path of org.eclipse.modisco.infra.discovery.benchmark.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.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.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.ui/target/org.eclipse.modisco.infra.discovery.benchmark.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.ui/target/org.eclipse.modisco.infra.discovery.benchmark.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.ui/target/org.eclipse.modisco.infra.discovery.benchmark.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.ui/target/org.eclipse.modisco.infra.discovery.benchmark.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.java.composition >------
[INFO] Building org.eclipse.modisco.java.composition 1.5.0-SNAPSHOT    [86/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.composition:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.composition ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.composition ---
[INFO] Resolving class path of org.eclipse.modisco.java.composition
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.composition ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.composition ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/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.modisco.java.composition ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.composition ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.composition ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/target/org.eclipse.modisco.java.composition-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.composition ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/target/org.eclipse.modisco.java.composition-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.composition ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/target/org.eclipse.modisco.java.composition-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition/target/org.eclipse.modisco.java.composition-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.composition ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.composition ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.composition.browser.customization >--
[INFO] Building org.eclipse.modisco.java.composition.browser.customization 1.5.0-SNAPSHOT [87/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.composition.browser.customization:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] Resolving class path of org.eclipse.modisco.java.composition.browser.customization
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/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.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/target/org.eclipse.modisco.java.composition.browser.customization-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/target/org.eclipse.modisco.java.composition.browser.customization-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/target/org.eclipse.modisco.java.composition.browser.customization-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.browser.customization/target/org.eclipse.modisco.java.composition.browser.customization-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.composition.browser.customization ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.composition.browser.customization ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.browser.customization:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.browser.customization:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer >--
[INFO] Building org.eclipse.modisco.java.composition.discoverer 1.5.4-SNAPSHOT [88/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer:1.5.4-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] The project's OSGi version is 1.5.4.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.java.composition.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/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.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/target/org.eclipse.modisco.java.composition.discoverer-1.5.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/target/org.eclipse.modisco.java.composition.discoverer-1.5.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/target/org.eclipse.modisco.java.composition.discoverer-1.5.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer/target/org.eclipse.modisco.java.composition.discoverer-1.5.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.composition.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.composition.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer:xml:p2metadata:1.5.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer:xml:p2artifacts:1.5.4-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer.ui >--
[INFO] Building org.eclipse.modisco.java.composition.discoverer.ui 1.5.0-SNAPSHOT [89/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.java.composition.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.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.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.ui/target/org.eclipse.modisco.java.composition.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.ui/target/org.eclipse.modisco.java.composition.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.ui/target/org.eclipse.modisco.java.composition.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.ui/target/org.eclipse.modisco.java.composition.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.composition.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.kdm.source.extension.ui >---
[INFO] Building org.eclipse.modisco.kdm.source.extension.ui 1.5.0-SNAPSHOT [90/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.kdm.source.extension.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] Resolving class path of org.eclipse.modisco.kdm.source.extension.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.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.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.ui/target/org.eclipse.modisco.kdm.source.extension.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.ui/target/org.eclipse.modisco.kdm.source.extension.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.ui/target/org.eclipse.modisco.kdm.source.extension.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.extension.ui/target/org.eclipse.modisco.kdm.source.extension.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.kdm.source.extension.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.kdm.source.extension.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.source.extension.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.source.extension.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.java.composition.ui >-----
[INFO] Building org.eclipse.modisco.java.composition.ui 1.5.0-SNAPSHOT [91/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.composition.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.composition.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.composition.ui ---
[INFO] Resolving class path of org.eclipse.modisco.java.composition.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.composition.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.composition.ui ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.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.modisco.java.composition.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.composition.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.composition.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.ui/target/org.eclipse.modisco.java.composition.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.composition.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.ui/target/org.eclipse.modisco.java.composition.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.composition.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.ui/target/org.eclipse.modisco.java.composition.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.ui/target/org.eclipse.modisco.java.composition.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.composition.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.composition.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.java.discoverer.cdo >-----
[INFO] Building org.eclipse.modisco.java.discoverer.cdo 1.5.0-SNAPSHOT [92/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.discoverer.cdo:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] Resolving class path of org.eclipse.modisco.java.discoverer.cdo
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.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.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo/target/org.eclipse.modisco.java.discoverer.cdo-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo/target/org.eclipse.modisco.java.discoverer.cdo-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo/target/org.eclipse.modisco.java.discoverer.cdo-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo/target/org.eclipse.modisco.java.discoverer.cdo-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.discoverer.cdo ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.discoverer.cdo ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.cdo:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.cdo:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.java.discoverer.ui >-----
[INFO] Building org.eclipse.modisco.java.discoverer.ui 1.5.0-SNAPSHOT  [93/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.java.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.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.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.ui/target/org.eclipse.modisco.java.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.ui/target/org.eclipse.modisco.java.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.ui/target/org.eclipse.modisco.java.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.ui/target/org.eclipse.modisco.java.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------------< org.eclipse.modisco:org.eclipse.modisco.jee >-------------
[INFO] Building org.eclipse.modisco.jee 1.5.0-SNAPSHOT                 [94/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee ---
[INFO] Resolving class path of org.eclipse.modisco.jee
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/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.modisco.jee ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/target/org.eclipse.modisco.jee-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.modisco.jee ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/target/org.eclipse.modisco.jee-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/target/org.eclipse.modisco.jee-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee/target/org.eclipse.modisco.jee-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---------< org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar >---------
[INFO] Building org.eclipse.modisco.jee.ejbjar 1.5.0-SNAPSHOT          [95/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] Resolving class path of org.eclipse.modisco.jee.ejbjar
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] Compiling 967 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/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.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/target/org.eclipse.modisco.jee.ejbjar-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/target/org.eclipse.modisco.jee.ejbjar-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/target/org.eclipse.modisco.jee.ejbjar-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar/target/org.eclipse.modisco.jee.ejbjar-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.ejbjar ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.ejbjar ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer >----
[INFO] Building org.eclipse.modisco.jee.ejbjar.discoverer 1.5.0-SNAPSHOT [96/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.jee.ejbjar.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/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.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/target/org.eclipse.modisco.jee.ejbjar.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/target/org.eclipse.modisco.jee.ejbjar.discoverer-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/target/org.eclipse.modisco.jee.ejbjar.discoverer-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer/target/org.eclipse.modisco.jee.ejbjar.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.ejbjar.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer.ui >--
[INFO] Building org.eclipse.modisco.jee.ejbjar.discoverer.ui 1.5.0-SNAPSHOT [97/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.jee.ejbjar.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.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.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.ui/target/org.eclipse.modisco.jee.ejbjar.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.ui/target/org.eclipse.modisco.jee.ejbjar.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.ui/target/org.eclipse.modisco.jee.ejbjar.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.ui/target/org.eclipse.modisco.jee.ejbjar.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.ejbjar.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---------< org.eclipse.modisco:org.eclipse.modisco.jee.facet >----------
[INFO] Building org.eclipse.modisco.jee.facet 1.5.0-SNAPSHOT           [98/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.facet:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.facet ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.facet ---
[INFO] Resolving class path of org.eclipse.modisco.jee.facet
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.facet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.facet ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/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.modisco.jee.facet ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.facet ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.facet ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/target/org.eclipse.modisco.jee.facet-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.facet ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/target/org.eclipse.modisco.jee.facet-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.facet ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/target/org.eclipse.modisco.jee.facet-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.facet/target/org.eclipse.modisco.jee.facet-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.facet ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.facet ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.facet:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.facet:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.jee.jsp >-----------
[INFO] Building org.eclipse.modisco.jee.jsp 1.5.0-SNAPSHOT             [99/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.jsp:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.jsp ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.jsp ---
[INFO] Resolving class path of org.eclipse.modisco.jee.jsp
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.jsp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.jsp ---
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/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.modisco.jee.jsp ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.jsp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/target/org.eclipse.modisco.jee.jsp-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/target/org.eclipse.modisco.jee.jsp-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.jsp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/target/org.eclipse.modisco.jee.jsp-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp/target/org.eclipse.modisco.jee.jsp-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.jsp ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.jsp ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.jee.jsp.browser.customization >--
[INFO] Building org.eclipse.modisco.jee.jsp.browser.customization 1.5.0-SNAPSHOT [100/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.jsp.browser.customization:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] Resolving class path of org.eclipse.modisco.jee.jsp.browser.customization
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/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.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/target/org.eclipse.modisco.jee.jsp.browser.customization-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/target/org.eclipse.modisco.jee.jsp.browser.customization-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/target/org.eclipse.modisco.jee.jsp.browser.customization-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.browser.customization/target/org.eclipse.modisco.jee.jsp.browser.customization-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.jsp.browser.customization ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.browser.customization:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.browser.customization:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer >-----
[INFO] Building org.eclipse.modisco.jee.jsp.discoverer 1.5.0-SNAPSHOT [101/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.jee.jsp.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/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.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/target/org.eclipse.modisco.jee.jsp.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/target/org.eclipse.modisco.jee.jsp.discoverer-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/target/org.eclipse.modisco.jee.jsp.discoverer-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer/target/org.eclipse.modisco.jee.jsp.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.jsp.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.jsp.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer.ui >----
[INFO] Building org.eclipse.modisco.jee.jsp.discoverer.ui 1.5.0-SNAPSHOT [102/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.jee.jsp.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.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.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.ui/target/org.eclipse.modisco.jee.jsp.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.ui/target/org.eclipse.modisco.jee.jsp.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.ui/target/org.eclipse.modisco.jee.jsp.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.ui/target/org.eclipse.modisco.jee.jsp.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.jsp.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.jee.jsp.generation >-----
[INFO] Building org.eclipse.modisco.jee.jsp.generation 1.5.0-SNAPSHOT [103/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.jsp.generation:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] Resolving class path of org.eclipse.modisco.jee.jsp.generation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/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.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/target/org.eclipse.modisco.jee.jsp.generation-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/target/org.eclipse.modisco.jee.jsp.generation-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/target/org.eclipse.modisco.jee.jsp.generation-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation/target/org.eclipse.modisco.jee.jsp.generation-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.jsp.generation ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.jsp.generation ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.generation:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.generation:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.jee.queries >---------
[INFO] Building org.eclipse.modisco.jee.queries 1.5.0-SNAPSHOT        [104/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.queries:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.queries ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.queries ---
[INFO] Resolving class path of org.eclipse.modisco.jee.queries
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.queries ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.queries ---
[INFO] Compiling 113 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/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.modisco.jee.queries ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.queries ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.queries ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/target/org.eclipse.modisco.jee.queries-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.queries ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/target/org.eclipse.modisco.jee.queries-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.queries ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/target/org.eclipse.modisco.jee.queries-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries/target/org.eclipse.modisco.jee.queries-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.queries ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.queries ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.queries:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.queries:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---------< org.eclipse.modisco:org.eclipse.modisco.jee.webapp >---------
[INFO] Building org.eclipse.modisco.jee.webapp 1.5.0-SNAPSHOT         [105/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.webapp:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.webapp ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.webapp ---
[INFO] Resolving class path of org.eclipse.modisco.jee.webapp
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.webapp ---
[INFO] Compiling 922 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/src-gen/org/eclipse/modisco/jee/webapp/webapp25/NullCharType.java:[40] 
	_(0, "_", ""); //$NON-NLS-1$ //$NON-NLS-2$
	^
'_' should not be used as an identifier, since it is a reserved keyword from source level 1.8 on
[WARNING] /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/src-gen/org/eclipse/modisco/jee/webapp/webapp25/NullCharType.java:[65] 
	_,
	^
'_' should not be used as an identifier, since it is a reserved keyword from source level 1.8 on
[WARNING] /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/src-gen/org/eclipse/modisco/jee/webapp/webapp25/NullCharType.java:[116] 
	case __VALUE: return _;
	                     ^
'_' should not be used as an identifier, since it is a reserved keyword from source level 1.8 on
[WARNING] /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/src-gen/org/eclipse/modisco/jee/webapp/webapp30/NullCharType.java:[40] 
	_(0, "_", ""); //$NON-NLS-1$ //$NON-NLS-2$
	^
'_' should not be used as an identifier, since it is a reserved keyword from source level 1.8 on
[WARNING] /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/src-gen/org/eclipse/modisco/jee/webapp/webapp30/NullCharType.java:[65] 
	_,
	^
'_' should not be used as an identifier, since it is a reserved keyword from source level 1.8 on
[WARNING] /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/src-gen/org/eclipse/modisco/jee/webapp/webapp30/NullCharType.java:[116] 
	case __VALUE: return _;
	                     ^
'_' should not be used as an identifier, since it is a reserved keyword from source level 1.8 on
[WARNING] /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/src-gen/org/eclipse/modisco/jee/webapp/webapp25/impl/Webapp25PackageImpl.java:[6105] 
	addEEnumLiteral(nullCharTypeEEnum, NullCharType._);
	                                                ^
'_' should not be used as an identifier, since it is a reserved keyword from source level 1.8 on
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/target/org.eclipse.modisco.jee.webapp-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/target/org.eclipse.modisco.jee.webapp-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.webapp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/target/org.eclipse.modisco.jee.webapp-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp/target/org.eclipse.modisco.jee.webapp-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.webapp ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.webapp ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.webapp:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.webapp:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer >----
[INFO] Building org.eclipse.modisco.jee.webapp.discoverer 1.5.0-SNAPSHOT [106/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.jee.webapp.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/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.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/target/org.eclipse.modisco.jee.webapp.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/target/org.eclipse.modisco.jee.webapp.discoverer-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/target/org.eclipse.modisco.jee.webapp.discoverer-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer/target/org.eclipse.modisco.jee.webapp.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.webapp.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.webapp.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer.ui >--
[INFO] Building org.eclipse.modisco.jee.webapp.discoverer.ui 1.5.0-SNAPSHOT [107/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.jee.webapp.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.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.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.ui/target/org.eclipse.modisco.jee.webapp.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.ui/target/org.eclipse.modisco.jee.webapp.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.ui/target/org.eclipse.modisco.jee.webapp.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.ui/target/org.eclipse.modisco.jee.webapp.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.webapp.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.kdm.source.discoverer.ui >--
[INFO] Building org.eclipse.modisco.kdm.source.discoverer.ui 1.5.0-SNAPSHOT [108/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.kdm.source.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.kdm.source.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.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.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.ui/target/org.eclipse.modisco.kdm.source.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.ui/target/org.eclipse.modisco.kdm.source.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.ui/target/org.eclipse.modisco.kdm.source.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.source.discoverer.ui/target/org.eclipse.modisco.kdm.source.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.kdm.source.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.source.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.source.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter >------
[INFO] Building org.eclipse.modisco.kdm.uml2converter 1.5.1-SNAPSHOT  [109/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] The project's OSGi version is 1.5.1.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] Resolving class path of org.eclipse.modisco.kdm.uml2converter
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/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.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/target/org.eclipse.modisco.kdm.uml2converter-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/target/org.eclipse.modisco.kdm.uml2converter-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/target/org.eclipse.modisco.kdm.uml2converter-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter/target/org.eclipse.modisco.kdm.uml2converter-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.kdm.uml2converter ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.kdm.uml2converter ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter:xml:p2metadata:1.5.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter:xml:p2artifacts:1.5.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter.ui >----
[INFO] Building org.eclipse.modisco.kdm.uml2converter.ui 1.5.1-SNAPSHOT [110/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter.ui:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] The project's OSGi version is 1.5.1.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] Resolving class path of org.eclipse.modisco.kdm.uml2converter.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.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.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.ui/target/org.eclipse.modisco.kdm.uml2converter.ui-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.ui/target/org.eclipse.modisco.kdm.uml2converter.ui-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.ui/target/org.eclipse.modisco.kdm.uml2converter.ui-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.ui/target/org.eclipse.modisco.kdm.uml2converter.ui-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.kdm.uml2converter.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter.ui:xml:p2metadata:1.5.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter.ui:xml:p2artifacts:1.5.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.manifest.discoverer.ui >---
[INFO] Building org.eclipse.modisco.manifest.discoverer.ui 1.5.0-SNAPSHOT [111/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.manifest.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.manifest.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.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.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.ui/target/org.eclipse.modisco.manifest.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.ui/target/org.eclipse.modisco.manifest.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.ui/target/org.eclipse.modisco.manifest.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.manifest.discoverer.ui/target/org.eclipse.modisco.manifest.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.manifest.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.manifest.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.manifest.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.manifest.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---------< org.eclipse.modisco:org.eclipse.modisco.omg.gastm >----------
[INFO] Building org.eclipse.modisco.omg.gastm 1.5.0-SNAPSHOT          [112/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.omg.gastm:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.omg.gastm ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.omg.gastm ---
[INFO] Resolving class path of org.eclipse.modisco.omg.gastm
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.omg.gastm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.omg.gastm ---
[INFO] Compiling 392 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/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.modisco.omg.gastm ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.omg.gastm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.omg.gastm ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/target/org.eclipse.modisco.omg.gastm-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.omg.gastm ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/target/org.eclipse.modisco.omg.gastm-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.omg.gastm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/target/org.eclipse.modisco.omg.gastm-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.gastm/target/org.eclipse.modisco.omg.gastm-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.omg.gastm ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.omg.gastm ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.omg.gastm:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.omg.gastm:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.omg.smm >-----------
[INFO] Building org.eclipse.modisco.omg.smm 1.5.0-SNAPSHOT            [113/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.omg.smm:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.omg.smm ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.omg.smm ---
[INFO] Resolving class path of org.eclipse.modisco.omg.smm
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.omg.smm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.omg.smm ---
[INFO] Compiling 120 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/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.modisco.omg.smm ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.omg.smm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.omg.smm ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/target/org.eclipse.modisco.omg.smm-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.omg.smm ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/target/org.eclipse.modisco.omg.smm-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.omg.smm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/target/org.eclipse.modisco.omg.smm-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.omg.smm/target/org.eclipse.modisco.omg.smm-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.omg.smm ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.omg.smm ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.omg.smm:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.omg.smm:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.properties.discoverer.ui >--
[INFO] Building org.eclipse.modisco.properties.discoverer.ui 1.5.0-SNAPSHOT [114/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.properties.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.properties.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.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.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.ui/target/org.eclipse.modisco.properties.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.ui/target/org.eclipse.modisco.properties.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.ui/target/org.eclipse.modisco.properties.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.properties.discoverer.ui/target/org.eclipse.modisco.properties.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.properties.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.properties.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.properties.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.properties.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain >--
[INFO] Building org.eclipse.modisco.usecase.simpletransformationschain 1.5.1-SNAPSHOT [115/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] The project's OSGi version is 1.5.1.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.simpletransformationschain
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/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.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/target/org.eclipse.modisco.usecase.simpletransformationschain-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/target/org.eclipse.modisco.usecase.simpletransformationschain-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/target/org.eclipse.modisco.usecase.simpletransformationschain-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain/target/org.eclipse.modisco.usecase.simpletransformationschain-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.simpletransformationschain ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain:xml:p2metadata:1.5.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain:xml:p2artifacts:1.5.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter >-----
[INFO] Building org.eclipse.modisco.usecase.modelfilter 1.5.1-SNAPSHOT [116/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] The project's OSGi version is 1.5.1.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.modelfilter
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/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.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/target/org.eclipse.modisco.usecase.modelfilter-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/target/org.eclipse.modisco.usecase.modelfilter-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/target/org.eclipse.modisco.usecase.modelfilter-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter/target/org.eclipse.modisco.usecase.modelfilter-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.modelfilter ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter:xml:p2metadata:1.5.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter:xml:p2artifacts:1.5.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.dependencies.ui >--
[INFO] Building org.eclipse.modisco.usecase.modelfilter.dependencies.ui 1.5.0-SNAPSHOT [117/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.dependencies.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.modelfilter.dependencies.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.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.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.ui/target/org.eclipse.modisco.usecase.modelfilter.dependencies.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.ui/target/org.eclipse.modisco.usecase.modelfilter.dependencies.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.ui/target/org.eclipse.modisco.usecase.modelfilter.dependencies.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.dependencies.ui/target/org.eclipse.modisco.usecase.modelfilter.dependencies.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.dependencies.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.dependencies.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.dependencies.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls >--
[INFO] Building org.eclipse.modisco.usecase.modelfilter.methodcalls 1.5.0-SNAPSHOT [118/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.modelfilter.methodcalls
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/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.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/target/org.eclipse.modisco.usecase.modelfilter.methodcalls-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/target/org.eclipse.modisco.usecase.modelfilter.methodcalls-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/target/org.eclipse.modisco.usecase.modelfilter.methodcalls-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls/target/org.eclipse.modisco.usecase.modelfilter.methodcalls-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.methodcalls ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer >--
[INFO] Building org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer 1.5.0-SNAPSHOT [119/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/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.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/target/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/target/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/target/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer/target/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui >--
[INFO] Building org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui 1.5.0-SNAPSHOT [120/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.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.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui/target/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui/target/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui/target/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui/target/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.ui >---
[INFO] Building org.eclipse.modisco.usecase.modelfilter.ui 1.5.1-SNAPSHOT [121/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.ui:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] The project's OSGi version is 1.5.1.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.modelfilter.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.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.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.ui/target/org.eclipse.modisco.usecase.modelfilter.ui-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.ui/target/org.eclipse.modisco.usecase.modelfilter.ui-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.ui/target/org.eclipse.modisco.usecase.modelfilter.ui-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.ui/target/org.eclipse.modisco.usecase.modelfilter.ui-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.ui:xml:p2metadata:1.5.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.ui:xml:p2artifacts:1.5.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain.ui >--
[INFO] Building org.eclipse.modisco.usecase.simpletransformationschain.ui 1.5.1-SNAPSHOT [122/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain.ui:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] The project's OSGi version is 1.5.1.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.simpletransformationschain.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.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.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.ui/target/org.eclipse.modisco.usecase.simpletransformationschain.ui-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.ui/target/org.eclipse.modisco.usecase.simpletransformationschain.ui-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.ui/target/org.eclipse.modisco.usecase.simpletransformationschain.ui-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.ui/target/org.eclipse.modisco.usecase.simpletransformationschain.ui-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.simpletransformationschain.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain.ui:xml:p2metadata:1.5.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain.ui:xml:p2artifacts:1.5.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.workflow >----------
[INFO] Building org.eclipse.modisco.workflow 1.5.0-SNAPSHOT           [123/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.workflow:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.workflow ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.workflow ---
[INFO] Resolving class path of org.eclipse.modisco.workflow
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.workflow ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.workflow ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/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.modisco.workflow ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.workflow ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.workflow ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/target/org.eclipse.modisco.workflow-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.workflow ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/target/org.eclipse.modisco.workflow-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.workflow ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/target/org.eclipse.modisco.workflow-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow/target/org.eclipse.modisco.workflow-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.workflow ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.workflow ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.workflow:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.workflow:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.workflow.core >--------
[INFO] Building org.eclipse.modisco.workflow.core 1.5.0-SNAPSHOT      [124/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.workflow.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.workflow.core ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.workflow.core ---
[INFO] Resolving class path of org.eclipse.modisco.workflow.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.workflow.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.workflow.core ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/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.modisco.workflow.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.workflow.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.workflow.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/target/org.eclipse.modisco.workflow.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.workflow.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/target/org.eclipse.modisco.workflow.core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.workflow.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/target/org.eclipse.modisco.workflow.core-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.core/target/org.eclipse.modisco.workflow.core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.workflow.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.workflow.core ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.workflow.core:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.workflow.core:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.workflow.ui >---------
[INFO] Building org.eclipse.modisco.workflow.ui 1.5.0-SNAPSHOT        [125/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.workflow.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.workflow.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.workflow.ui ---
[INFO] Resolving class path of org.eclipse.modisco.workflow.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.workflow.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.workflow.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.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.modisco.workflow.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.workflow.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.workflow.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.ui/target/org.eclipse.modisco.workflow.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.workflow.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.ui/target/org.eclipse.modisco.workflow.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.workflow.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.ui/target/org.eclipse.modisco.workflow.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.workflow.ui/target/org.eclipse.modisco.workflow.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.workflow.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.workflow.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.workflow.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.workflow.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.xml.discoverer.ui >------
[INFO] Building org.eclipse.modisco.xml.discoverer.ui 1.5.0-SNAPSHOT  [126/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.xml.discoverer.ui:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.ui/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] Resolving class path of org.eclipse.modisco.xml.discoverer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.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.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.ui/target/org.eclipse.modisco.xml.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.ui/target/org.eclipse.modisco.xml.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.ui/target/org.eclipse.modisco.xml.discoverer.ui-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.ui/target/org.eclipse.modisco.xml.discoverer.ui-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.xml.discoverer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.xml.discoverer.ui ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.discoverer.ui:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.discoverer.ui:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.infra.omg.doc >--------
[INFO] Building org.eclipse.modisco.infra.omg.doc 1.5.0-SNAPSHOT      [127/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.omg.doc:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] Resolving class path of org.eclipse.modisco.infra.omg.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/target/org.eclipse.modisco.infra.omg.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/target/org.eclipse.modisco.infra.omg.doc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/target/org.eclipse.modisco.infra.omg.doc-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.doc/target/org.eclipse.modisco.infra.omg.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.omg.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.omg.doc ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.omg.doc:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.omg.doc:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infra.omg.feature >------
[INFO] Building org.eclipse.modisco.infra.omg.feature 1.5.5-SNAPSHOT  [128/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.omg.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.feature/target/org.eclipse.modisco.infra.omg.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.feature/target/org.eclipse.modisco.infra.omg.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.feature/target/org.eclipse.modisco.infra.omg.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.omg.feature/target/org.eclipse.modisco.infra.omg.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.omg.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.omg.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.omg.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.omg.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.examples.feature >------
[INFO] Building org.eclipse.modisco.examples.feature 1.5.5-SNAPSHOT   [129/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.examples.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.examples.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.examples.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.examples.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.examples.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.examples.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.examples.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.examples.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/target/org.eclipse.modisco.examples.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.examples.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.examples.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/target/org.eclipse.modisco.examples.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.examples.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/target/org.eclipse.modisco.examples.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/target/org.eclipse.modisco.examples.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.examples.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.examples.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.examples.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.examples.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.java.cdo.feature >------
[INFO] Building org.eclipse.modisco.java.cdo.feature 1.5.5-SNAPSHOT   [130/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.cdo.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo.feature/target/org.eclipse.modisco.java.cdo.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo.feature/target/org.eclipse.modisco.java.cdo.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo.feature/target/org.eclipse.modisco.java.cdo.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.cdo.feature/target/org.eclipse.modisco.java.cdo.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.cdo.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.cdo.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.cdo.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.cdo.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.java.doc >----------
[INFO] Building org.eclipse.modisco.java.doc 1.5.0-SNAPSHOT           [131/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.doc:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.doc ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.doc ---
[INFO] Resolving class path of org.eclipse.modisco.java.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/target/org.eclipse.modisco.java.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/target/org.eclipse.modisco.java.doc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/target/org.eclipse.modisco.java.doc-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.doc/target/org.eclipse.modisco.java.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.doc ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.doc:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.doc:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.java.feature >--------
[INFO] Building org.eclipse.modisco.java.feature 1.5.5-SNAPSHOT       [132/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.java.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.java.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/target/org.eclipse.modisco.java.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.java.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/target/org.eclipse.modisco.java.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/target/org.eclipse.modisco.java.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/target/org.eclipse.modisco.java.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.jee.doc >-----------
[INFO] Building org.eclipse.modisco.jee.doc 1.5.0-SNAPSHOT            [133/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.doc:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.doc ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.doc ---
[INFO] Resolving class path of org.eclipse.modisco.jee.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/target/org.eclipse.modisco.jee.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/target/org.eclipse.modisco.jee.doc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/target/org.eclipse.modisco.jee.doc-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.doc/target/org.eclipse.modisco.jee.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.doc ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.doc:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.doc:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.jee.feature >---------
[INFO] Building org.eclipse.modisco.jee.feature 1.5.5-SNAPSHOT        [134/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.jee.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.jee.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/target/org.eclipse.modisco.jee.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.jee.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/target/org.eclipse.modisco.jee.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/target/org.eclipse.modisco.jee.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/target/org.eclipse.modisco.jee.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.facet.feature >--------
[INFO] Building org.eclipse.modisco.facet.feature 1.5.5-SNAPSHOT      [135/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.facet.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.facet.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/target/org.eclipse.modisco.facet.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.facet.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/target/org.eclipse.modisco.facet.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/target/org.eclipse.modisco.facet.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/target/org.eclipse.modisco.facet.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infrastructure.doc >-----
[INFO] Building org.eclipse.modisco.infrastructure.doc 1.5.0-SNAPSHOT [136/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infrastructure.doc:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] Resolving class path of org.eclipse.modisco.infrastructure.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/target/org.eclipse.modisco.infrastructure.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/target/org.eclipse.modisco.infrastructure.doc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/target/org.eclipse.modisco.infrastructure.doc-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.doc/target/org.eclipse.modisco.infrastructure.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infrastructure.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infrastructure.doc ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infrastructure.doc:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infrastructure.doc:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.infra.browser.feature >----
[INFO] Building org.eclipse.modisco.infra.browser.feature 1.5.5-SNAPSHOT [137/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.feature/target/org.eclipse.modisco.infra.browser.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.feature/target/org.eclipse.modisco.infra.browser.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.feature/target/org.eclipse.modisco.infra.browser.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.feature/target/org.eclipse.modisco.infra.browser.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------------< org.eclipse.modisco:org.eclipse.modisco.doc >-------------
[INFO] Building org.eclipse.modisco.doc 1.5.0-SNAPSHOT                [138/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.doc:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.doc ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.doc ---
[INFO] Resolving class path of org.eclipse.modisco.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.doc ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/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.modisco.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/target/org.eclipse.modisco.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/target/org.eclipse.modisco.doc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/target/org.eclipse.modisco.doc-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.doc/target/org.eclipse.modisco.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.doc ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.doc:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.doc:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.infrastructure.feature >---
[INFO] Building org.eclipse.modisco.infrastructure.feature 1.5.5-SNAPSHOT [139/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infrastructure.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/target/org.eclipse.modisco.infrastructure.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/target/org.eclipse.modisco.infrastructure.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/target/org.eclipse.modisco.infrastructure.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/target/org.eclipse.modisco.infrastructure.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infrastructure.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infrastructure.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infrastructure.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infrastructure.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.xml.doc >-----------
[INFO] Building org.eclipse.modisco.xml.doc 1.5.0-SNAPSHOT            [140/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.xml.doc:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.xml.doc ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.xml.doc ---
[INFO] Resolving class path of org.eclipse.modisco.xml.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.xml.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.xml.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.xml.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.xml.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/target/org.eclipse.modisco.xml.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.xml.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/target/org.eclipse.modisco.xml.doc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.xml.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/target/org.eclipse.modisco.xml.doc-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.doc/target/org.eclipse.modisco.xml.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.xml.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.xml.doc ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.doc:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.doc:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.xml.feature >---------
[INFO] Building org.eclipse.modisco.xml.feature 1.5.5-SNAPSHOT        [141/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.xml.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.xml.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.xml.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.xml.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.xml.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.xml.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.xml.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.xml.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.xml.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.xml.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.xml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/target/org.eclipse.modisco.xml.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.xml.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.xml.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.xml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/target/org.eclipse.modisco.xml.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.xml.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/target/org.eclipse.modisco.xml.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/target/org.eclipse.modisco.xml.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.xml.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.xml.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.eclipse.feature >-------
[INFO] Building org.eclipse.modisco.eclipse.feature 1.5.5-SNAPSHOT    [142/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.eclipse.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.eclipse.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.eclipse.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.eclipse.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.eclipse.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.eclipse.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.eclipse.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.eclipse.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.eclipse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/target/org.eclipse.modisco.eclipse.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.eclipse.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.eclipse.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.eclipse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/target/org.eclipse.modisco.eclipse.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.eclipse.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/target/org.eclipse.modisco.eclipse.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/target/org.eclipse.modisco.eclipse.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.eclipse.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.eclipse.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.eclipse.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.eclipse.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.sdk.feature >---------
[INFO] Building org.eclipse.modisco.sdk.feature 1.5.5-SNAPSHOT        [143/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.sdk.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.sdk.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.sdk.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.sdk.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.sdk.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.sdk.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/target/org.eclipse.modisco.sdk.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/target/org.eclipse.modisco.sdk.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/target/org.eclipse.modisco.sdk.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/target/org.eclipse.modisco.sdk.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.sdk.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.sdk.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.sdk.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.all.feature >---------
[INFO] Building org.eclipse.modisco.all.feature 1.5.5-SNAPSHOT        [144/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.all.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.all.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.all.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.all.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.all.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.all.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.all.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.all.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.all.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.all.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.all.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/target/org.eclipse.modisco.all.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.all.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.all.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.all.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/target/org.eclipse.modisco.all.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.all.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/target/org.eclipse.modisco.all.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/target/org.eclipse.modisco.all.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.all.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.all.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.all.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.all.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.cdo.derby.feature >---
[INFO] Building org.eclipse.modisco.infra.cdo.derby.feature 1.5.5-SNAPSHOT [145/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.cdo.derby.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.cdo.derby.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.cdo.derby.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.cdo.derby.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.cdo.derby.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.cdo.derby.feature/target/org.eclipse.modisco.infra.cdo.derby.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.cdo.derby.feature/target/org.eclipse.modisco.infra.cdo.derby.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.cdo.derby.feature/target/org.eclipse.modisco.infra.cdo.derby.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.cdo.derby.feature/target/org.eclipse.modisco.infra.cdo.derby.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.cdo.derby.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.cdo.derby.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.cdo.derby.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.utils.chart.feature >-----
[INFO] Building org.eclipse.modisco.utils.chart.feature 1.5.5-SNAPSHOT [146/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.utils.chart.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.feature/target/org.eclipse.modisco.utils.chart.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.feature/target/org.eclipse.modisco.utils.chart.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.feature/target/org.eclipse.modisco.utils.chart.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.utils.chart.feature/target/org.eclipse.modisco.utils.chart.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.utils.chart.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.utils.chart.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.utils.chart.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.utils.chart.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.feature >--
[INFO] Building org.eclipse.modisco.infra.discovery.benchmark.feature 1.5.5-SNAPSHOT [147/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.feature/target/org.eclipse.modisco.infra.discovery.benchmark.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.feature/target/org.eclipse.modisco.infra.discovery.benchmark.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.feature/target/org.eclipse.modisco.infra.discovery.benchmark.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark.feature/target/org.eclipse.modisco.infra.discovery.benchmark.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.thirdparties >--------
[INFO] Building org.eclipse.modisco.thirdparties 1.5.5-SNAPSHOT       [148/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.thirdparties:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.thirdparties ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.thirdparties ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.thirdparties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.thirdparties ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.thirdparties ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.thirdparties ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.thirdparties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.thirdparties ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.thirdparties ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.thirdparties ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/target/org.eclipse.modisco.thirdparties-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.thirdparties ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.thirdparties ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.thirdparties ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/target/org.eclipse.modisco.thirdparties-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.thirdparties ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/target/org.eclipse.modisco.thirdparties-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/target/org.eclipse.modisco.thirdparties-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.thirdparties ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.thirdparties ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.thirdparties:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.thirdparties:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.doc >---
[INFO] Building org.eclipse.modisco.usecase.modelfilter.doc 1.5.0-SNAPSHOT [149/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.doc:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.modelfilter.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/target/org.eclipse.modisco.usecase.modelfilter.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/target/org.eclipse.modisco.usecase.modelfilter.doc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/target/org.eclipse.modisco.usecase.modelfilter.doc-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.doc/target/org.eclipse.modisco.usecase.modelfilter.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.doc ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.doc:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.doc:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.feature >--
[INFO] Building org.eclipse.modisco.usecase.modelfilter.feature 1.5.5-SNAPSHOT [150/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.feature/target/org.eclipse.modisco.usecase.modelfilter.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.feature/target/org.eclipse.modisco.usecase.modelfilter.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.feature/target/org.eclipse.modisco.usecase.modelfilter.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.feature/target/org.eclipse.modisco.usecase.modelfilter.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationchain.doc >--
[INFO] Building org.eclipse.modisco.usecase.simpletransformationchain.doc 1.5.0-SNAPSHOT [151/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationchain.doc:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.simpletransformationchain.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/src does not exist
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/target/org.eclipse.modisco.usecase.simpletransformationchain.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/target/org.eclipse.modisco.usecase.simpletransformationchain.doc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/target/org.eclipse.modisco.usecase.simpletransformationchain.doc-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationchain.doc/target/org.eclipse.modisco.usecase.simpletransformationchain.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.simpletransformationchain.doc ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationchain.doc:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationchain.doc:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain.feature >--
[INFO] Building org.eclipse.modisco.usecase.simpletransformationschain.feature 1.5.5-SNAPSHOT [152/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain.feature:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.feature/target/org.eclipse.modisco.usecase.simpletransformationschain.feature-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.feature/target/org.eclipse.modisco.usecase.simpletransformationschain.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.feature/target/org.eclipse.modisco.usecase.simpletransformationschain.feature-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.simpletransformationschain.feature/target/org.eclipse.modisco.usecase.simpletransformationschain.feature-1.5.5-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.simpletransformationschain.feature ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain.feature:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain.feature:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.common.tests >--------
[INFO] Building org.eclipse.modisco.common.tests 1.5.1-SNAPSHOT       [153/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.common.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.common.tests:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.common.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.common.tests ---
[INFO] The project's OSGi version is 1.5.1.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.common.tests ---
[INFO] Resolving class path of org.eclipse.modisco.common.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.common.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.common.tests/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.modisco.common.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.common.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.common.tests/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.common.tests/target/org.eclipse.modisco.common.tests-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.common.tests/target/org.eclipse.modisco.common.tests-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.common.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.common.tests/target/org.eclipse.modisco.common.tests-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.common.tests/target/org.eclipse.modisco.common.tests-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.common.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.common.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.common.tests:xml:p2metadata:1.5.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.common.tests:xml:p2artifacts:1.5.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.facet.util.tests.swtbot >---
[INFO] Building org.eclipse.modisco.facet.util.tests.swtbot 1.5.3-SNAPSHOT [154/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.facet.util.tests.swtbot:1.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] The project's OSGi version is 1.5.3.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] Resolving class path of org.eclipse.modisco.facet.util.tests.swtbot
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/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.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/target/org.eclipse.modisco.facet.util.tests.swtbot-1.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/target/org.eclipse.modisco.facet.util.tests.swtbot-1.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/target/org.eclipse.modisco.facet.util.tests.swtbot-1.5.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.util.tests.swtbot/target/org.eclipse.modisco.facet.util.tests.swtbot-1.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.facet.util.tests.swtbot ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.tests.swtbot:xml:p2metadata:1.5.3-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.util.tests.swtbot:xml:p2artifacts:1.5.3-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark >--
[INFO] Building org.eclipse.modisco.infra.discovery.benchmark 1.5.0-SNAPSHOT [155/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] Resolving class path of org.eclipse.modisco.infra.discovery.benchmark
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/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.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/target/org.eclipse.modisco.infra.discovery.benchmark-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/target/org.eclipse.modisco.infra.discovery.benchmark-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/target/org.eclipse.modisco.infra.discovery.benchmark-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.benchmark/target/org.eclipse.modisco.infra.discovery.benchmark-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery.benchmark ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.java.classiceobject >-----
[INFO] Building org.eclipse.modisco.java.classiceobject 1.5.0-SNAPSHOT [156/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.classiceobject:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.classiceobject ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.classiceobject ---
[INFO] Resolving class path of org.eclipse.modisco.java.classiceobject
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.classiceobject ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.classiceobject ---
[INFO] Compiling 132 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/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.modisco.java.classiceobject ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.classiceobject ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.classiceobject ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/target/org.eclipse.modisco.java.classiceobject-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.classiceobject ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/target/org.eclipse.modisco.java.classiceobject-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.classiceobject ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/target/org.eclipse.modisco.java.classiceobject-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.classiceobject/target/org.eclipse.modisco.java.classiceobject-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.classiceobject ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.classiceobject ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.classiceobject:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.classiceobject:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -------< org.eclipse.modisco:org.eclipse.modisco.java.nousages >--------
[INFO] Building org.eclipse.modisco.java.nousages 1.5.0-SNAPSHOT      [157/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.nousages:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.nousages ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.nousages ---
[INFO] Resolving class path of org.eclipse.modisco.java.nousages
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.nousages ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.nousages ---
[INFO] Compiling 133 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/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.modisco.java.nousages ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.nousages ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.nousages ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/target/org.eclipse.modisco.java.nousages-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.nousages ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/target/org.eclipse.modisco.java.nousages-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.nousages ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/target/org.eclipse.modisco.java.nousages-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages/target/org.eclipse.modisco.java.nousages-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.nousages ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.nousages ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.nousages:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.nousages:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark >--
[INFO] Building org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark 1.5.0-SNAPSHOT [158/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] Resolving class path of org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/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.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/target/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/target/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/target/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark/target/org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.java.nousages.cdo >------
[INFO] Building org.eclipse.modisco.java.nousages.cdo 1.5.0-SNAPSHOT  [159/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.cdo/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.nousages.cdo:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.cdo/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] Resolving class path of org.eclipse.modisco.java.nousages.cdo
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] Compiling 264 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.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.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.cdo/target/org.eclipse.modisco.java.nousages.cdo-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.cdo/target/org.eclipse.modisco.java.nousages.cdo-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.cdo/target/org.eclipse.modisco.java.nousages.cdo-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.nousages.cdo/target/org.eclipse.modisco.java.nousages.cdo-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.nousages.cdo ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.nousages.cdo ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.nousages.cdo:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.nousages.cdo:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark >--
[INFO] Building org.eclipse.modisco.java.discoverer.benchmark 1.5.0-SNAPSHOT [160/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/.polyglot.build.properties
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.codec,1.9.0.v20170208-1614 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.util.ui,3.6.200.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.ui.shared,4.3.200.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] Resolving class path of org.eclipse.modisco.java.discoverer.benchmark
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/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.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/target/org.eclipse.modisco.java.discoverer.benchmark-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/target/org.eclipse.modisco.java.discoverer.benchmark-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/target/org.eclipse.modisco.java.discoverer.benchmark-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark/target/org.eclipse.modisco.java.discoverer.benchmark-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.discoverer.benchmark ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.discoverer.benchmark ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests >--
[INFO] Building org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests 1.5.0-SNAPSHOT [161/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:52:25.422 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:52:32.241
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:52:32 +0000
Running org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.AllTestsInUIThread
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.001 s -- in org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.AllTestsInUIThread
org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.Tests.jdkAndEclipseQuerySet -- Time elapsed: 0.837 s
org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.Tests.bug308991 -- Time elapsed: 6.991 s
org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.Tests.jdkAndEclipseFacets -- Time elapsed: 0.100 s
org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.Tests.javaExample -- Time elapsed: 1.037 s
org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.Tests.jdkAndEclipseFacetsCustomization -- Time elapsed: 0.003 s
org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.Tests.emfHighlightuiCustom -- Time elapsed: 0.004 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 07:52:44.459
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests/target/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.uml.tests >--
[INFO] Building org.eclipse.modisco.infra.browser.custom.examples.uml.tests 1.5.0-SNAPSHOT [162/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.uml.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.custom.examples.uml.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:52:53.704 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:53:00.307
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:53:00 +0000
Running org.eclipse.modisco.infra.browser.custom.examples.uml.tests.AllTestsInUIThread
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.850 s -- in org.eclipse.modisco.infra.browser.custom.examples.uml.tests.AllTestsInUIThread
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.umlFacets2UiCustom -- Time elapsed: 0.048 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.umlFacetsUiCustom -- Time elapsed: 0.003 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.umlFacets2 -- Time elapsed: 0.980 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.subClassifiers -- Time elapsed: 0.871 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.umlFacets -- Time elapsed: 0.004 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.bug308991 -- Time elapsed: 5.905 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.umlUiCustom -- Time elapsed: 0.004 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.umlQuerySet -- Time elapsed: 0.002 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 07:53:11.690
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/org.eclipse.modisco.infra.browser.custom.examples.uml.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/org.eclipse.modisco.infra.browser.custom.examples.uml.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/org.eclipse.modisco.infra.browser.custom.examples.uml.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.examples.uml.tests/target/org.eclipse.modisco.infra.browser.custom.examples.uml.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.custom.examples.uml.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.uml.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.examples.uml.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infra.query.tests >------
[INFO] Building org.eclipse.modisco.infra.query.tests 1.5.0-SNAPSHOT  [163/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.query.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/pom.xml
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201805030653 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.query.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.query.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.query.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.query.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.query.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.query.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.query.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.query.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.query.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.query.tests ---
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.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.modisco.infra.query.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.query.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.query.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.query.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/org.eclipse.modisco.infra.query.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.query.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/org.eclipse.modisco.infra.query.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.query.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.query.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.query.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/org.eclipse.modisco.infra.query.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/org.eclipse.modisco.infra.query.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.query.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.query.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.query.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/surefire.properties, -timeout, 1800000]
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true

!SESSION 2024-05-26 07:53:32.147 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/surefire.properties -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.query.tests/target/surefire.properties -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:53:37.637
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:53:37 +0000
Running org.eclipse.modisco.infra.query.tests.AllTestsInUIThread
Tests run: 36, Failures: 0, Errors: 0, Skipped: 11, Time elapsed: 59.43 s -- in org.eclipse.modisco.infra.query.tests.AllTestsInUIThread
org.eclipse.modisco.infra.query.tests.UnitTests.returnTypeMulti -- Time elapsed: 5.678 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.wrongImplementationClassInterface -- Time elapsed: 2.226 s
org.eclipse.modisco.infra.query.tests.UnitTests.oclQueryTest2 -- Time elapsed: 2.484 s
org.eclipse.modisco.infra.query.tests.UnitTests.oclQueryTest3 -- Time elapsed: 0.817 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.bug303036 -- Time elapsed: 0.001 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug306724 -- Time elapsed: 5.232 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.bug307187 -- Time elapsed: 2.096 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug309657 -- Time elapsed: 6.221 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug310269 -- Time elapsed: 3.111 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug310599 -- Time elapsed: 5.295 s
org.eclipse.modisco.infra.query.tests.UnitTests.wrongName -- Time elapsed: 2.148 s
org.eclipse.modisco.infra.query.tests.UnitTests.resourceSet2 -- Time elapsed: 2.147 s
org.eclipse.modisco.infra.query.tests.UnitTests.resourceSet3 -- Time elapsed: 0.003 s
org.eclipse.modisco.infra.query.tests.UnitTests.modiscoProtocol -- Time elapsed: 0.003 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.wrongNameInInstalledQuerySet -- Time elapsed: 0 s
org.eclipse.modisco.infra.query.tests.UnitTests.oclQueryTest -- Time elapsed: 2.062 s
org.eclipse.modisco.infra.query.tests.UnitTests.scope -- Time elapsed: 2.041 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.installedQuery01 -- Time elapsed: 0 s
org.eclipse.modisco.infra.query.tests.UnitTests.installedQuery02 -- Time elapsed: 0 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.uniqueName -- Time elapsed: 2.121 s
org.eclipse.modisco.infra.query.tests.UnitTests.parameterUniqueName -- Time elapsed: 2.147 s
org.eclipse.modisco.infra.query.tests.UnitTests.wrongImplementationClassName -- Time elapsed: 2.108 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.returnType -- Time elapsed: 2.095 s
org.eclipse.modisco.infra.query.tests.UnitTests.nullResultType -- Time elapsed: 2.045 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug310599v2 -- Time elapsed: 7.276 s

Results:

Tests run: 36, Failures: 0, Errors: 0, Skipped: 11


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 07:54:38.064
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.query.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.query.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.tests >--
[INFO] Building org.eclipse.modisco.infra.browser.custom.tests 1.5.0-SNAPSHOT [164/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.custom.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.browser.custom.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:54:40.843 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:54:47.383
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:54:47 +0000
Running org.eclipse.modisco.infra.browser.custom.tests.AllTestsInUIThread
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.48 s -- in org.eclipse.modisco.infra.browser.custom.tests.AllTestsInUIThread
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.test001 -- Time elapsed: 7.447 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug306724 -- Time elapsed: 5.330 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug307187 -- Time elapsed: 2.127 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug309657 -- Time elapsed: 4.153 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug336502 -- Time elapsed: 0.032 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug341222 -- Time elapsed: 0.024 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.modiscoProtocol -- Time elapsed: 0.004 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.testBug299277 -- Time elapsed: 2.172 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.testBug304018 -- Time elapsed: 0.001 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.testUICustom -- Time elapsed: 0.004 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.testUICustomWithCondition -- Time elapsed: 0.004 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.checkDisplay -- Time elapsed: 0.001 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.testWorkspaceCustomizationHidesRegistryCustomization -- Time elapsed: 2.128 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 07:55:11.820
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/org.eclipse.modisco.infra.browser.custom.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/org.eclipse.modisco.infra.browser.custom.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/org.eclipse.modisco.infra.browser.custom.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.custom.tests/target/org.eclipse.modisco.infra.browser.custom.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.custom.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.custom.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.custom.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.infra.browser.tests >-----
[INFO] Building org.eclipse.modisco.infra.browser.tests 1.5.3-SNAPSHOT [165/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.browser.tests:1.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] The project's OSGi version is 1.5.3.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.browser.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -nouithread, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:55:23.490 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -nouithread -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -nouithread -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:55:29.676
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:55:29 +0000
Running org.eclipse.modisco.infra.browser.tests.AllTestsNotInUIThread
Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.022 s -- in org.eclipse.modisco.infra.browser.tests.AllTestsNotInUIThread
org.eclipse.modisco.infra.browser.tests.TestMetaclasses skipped
org.eclipse.modisco.infra.browser.tests.TestNavigate skipped
org.eclipse.modisco.infra.browser.tests.TestOpenModel skipped
org.eclipse.modisco.infra.browser.tests.TestSearch skipped
org.eclipse.modisco.infra.browser.tests.TestURIDialog skipped

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.browser.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/org.eclipse.modisco.infra.browser.tests-1.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/org.eclipse.modisco.infra.browser.tests-1.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/org.eclipse.modisco.infra.browser.tests-1.5.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.browser.tests/target/org.eclipse.modisco.infra.browser.tests-1.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.browser.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.browser.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.tests:xml:p2metadata:1.5.3-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.tests:xml:p2artifacts:1.5.3-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.common.core.tests >---
[INFO] Building org.eclipse.modisco.infra.common.core.tests 1.5.0-SNAPSHOT [166/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.common.core.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.common.core.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.common.core.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:55:42.116 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:55:48.833
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:55:48 +0000
Running org.eclipse.modisco.infra.common.core.tests.AllTestsInUIThread
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.66 s -- in org.eclipse.modisco.infra.common.core.tests.AllTestsInUIThread
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testCreateAttribute -- Time elapsed: 0.023 s
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testRemoveClassAtRoot -- Time elapsed: 0 s
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testCreateClass -- Time elapsed: 0.001 s
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testSubInstances -- Time elapsed: 0 s
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testWithPackageAndClasses -- Time elapsed: 0.001 s
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testNonExisting -- Time elapsed: 0 s
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testRemoveClassUnderPackage -- Time elapsed: 0.001 s
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testWithPackageAndClasses2 -- Time elapsed: 0 s
org.eclipse.modisco.infra.common.core.tests.EcoreCatalogTest.bug309657 -- Time elapsed: 9.439 s
org.eclipse.modisco.infra.common.core.tests.EcoreCatalogTest.bug309990 -- Time elapsed: 5.275 s
org.eclipse.modisco.infra.common.core.tests.ProjectUtilsTest.importBundle -- Time elapsed: 0.703 s
org.eclipse.modisco.infra.common.core.tests.ModelUtilsTest.testComputeReferencedEPackages -- Time elapsed: 0.072 s
org.eclipse.modisco.infra.common.core.tests.Bug336903Test.test336903 -- Time elapsed: 0.108 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 07:56:05.568
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/org.eclipse.modisco.infra.common.core.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/org.eclipse.modisco.infra.common.core.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/org.eclipse.modisco.infra.common.core.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.common.core.tests/target/org.eclipse.modisco.infra.common.core.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.common.core.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.common.core.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.core.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.common.core.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.discovery.core.tests >--
[INFO] Building org.eclipse.modisco.infra.discovery.core.tests 1.5.0-SNAPSHOT [167/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery.core.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.discovery.core.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[WARNING] Source directory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/.apt_generated does not exist
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.discovery.core.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:56:14.792 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:56:21.534
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:56:21 +0000
Running org.eclipse.modisco.infra.discovery.core.tests.AllTestsInUIThread
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in org.eclipse.modisco.infra.discovery.core.tests.AllTestsInUIThread
org.eclipse.modisco.infra.discovery.core.tests.TestAnnotationsControls.testControls -- Time elapsed: 0.009 s
org.eclipse.modisco.infra.discovery.core.tests.TestDiscoverersReferential.testParametersGenericAPI -- Time elapsed: 0.074 s
org.eclipse.modisco.infra.discovery.core.tests.TestDiscoverersReferential.testDiscovererReferential -- Time elapsed: 0.088 s
org.eclipse.modisco.infra.discovery.core.tests.TestDiscoverersReferential.testParametersGenericAPIInheritance -- Time elapsed: 0 s
org.eclipse.modisco.infra.discovery.core.tests.TestDiscoverersReferential.testGenericInvocation -- Time elapsed: 0 s
org.eclipse.modisco.infra.discovery.core.tests.TestAbstractDiscoverer.testAbstractDiscoverer -- Time elapsed: 0.002 s
org.eclipse.modisco.infra.discovery.core.tests.TestAbstractModelDiscoverer.testAbstractModelDiscoverer -- Time elapsed: 0.176 s
org.eclipse.modisco.infra.discovery.core.tests.TestInitialValues.testNoInitialValue -- Time elapsed: 0 s
org.eclipse.modisco.infra.discovery.core.tests.TestInitialValues.testInitialValue -- Time elapsed: 0 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 07:56:22.883
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/org.eclipse.modisco.infra.discovery.core.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/org.eclipse.modisco.infra.discovery.core.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/org.eclipse.modisco.infra.discovery.core.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.core.tests/target/org.eclipse.modisco.infra.discovery.core.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery.core.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery.core.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.core.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.core.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.infra.discovery.ui.tests >--
[INFO] Building org.eclipse.modisco.infra.discovery.ui.tests 1.5.0-SNAPSHOT [168/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.discovery.ui.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.discovery.ui.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:56:31.920 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:56:38.689
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:56:38 +0000
Running org.eclipse.modisco.infra.discovery.ui.tests.AllTestsInUIThread

!ENTRY org.eclipse.modisco.infra.common.core 4 0 2024-05-26 07:56:38.883
!MESSAGE In plug-in="org.eclipse.modisco.infra.discovery.ui.tests"; extension="org.eclipse.modisco.infra.discovery.ui.discoverer": attribute discovererID="BasicDiscovererForTests" doesn't refer to an existing discoverer. (org.eclipse.modisco.infra.common.core_1.5.0.v20240526-0725)
!STACK 0
org.eclipse.modisco.infra.common.core.logging.MoDiscoLogger$LogStackTrace
	at org.eclipse.modisco.infra.common.core.logging.MoDiscoLogger.log(MoDiscoLogger.java:108)
	at org.eclipse.modisco.infra.common.core.logging.MoDiscoLogger.logError(MoDiscoLogger.java:42)
	at org.eclipse.modisco.infra.common.core.internal.extensions.AbstractRegistry.logError(AbstractRegistry.java:83)
	at org.eclipse.modisco.infra.discovery.ui.internal.registry.DiscovererUIRegistry.readDiscovererElement(DiscovererUIRegistry.java:101)
	at org.eclipse.modisco.infra.discovery.ui.internal.registry.DiscovererUIRegistry.handleRootElement(DiscovererUIRegistry.java:85)
	at org.eclipse.modisco.infra.common.core.internal.extensions.AbstractRegistry.initialize(AbstractRegistry.java:55)
	at org.eclipse.modisco.infra.discovery.ui.internal.registry.DiscovererUIRegistry.<init>(DiscovererUIRegistry.java:54)
	at org.eclipse.modisco.infra.discovery.ui.internal.registry.DiscovererUIRegistry.getInstance(DiscovererUIRegistry.java:48)
	at org.eclipse.modisco.infra.discovery.ui.tests.TestDiscovererUI.testDiscovererUIExtension(TestDiscovererUI.java:22)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)

!ENTRY org.eclipse.modisco.infra.common.core 4 0 2024-05-26 07:56:38.885
!MESSAGE In plug-in="org.eclipse.modisco.infra.discovery.ui.tests"; extension="org.eclipse.modisco.infra.discovery.ui.discoverer": attribute discovererID="AbstractModelDiscovererForTests" doesn't refer to an existing discoverer. (org.eclipse.modisco.infra.common.core_1.5.0.v20240526-0725)
!STACK 0
org.eclipse.modisco.infra.common.core.logging.MoDiscoLogger$LogStackTrace
	at org.eclipse.modisco.infra.common.core.logging.MoDiscoLogger.log(MoDiscoLogger.java:108)
	at org.eclipse.modisco.infra.common.core.logging.MoDiscoLogger.logError(MoDiscoLogger.java:42)
	at org.eclipse.modisco.infra.common.core.internal.extensions.AbstractRegistry.logError(AbstractRegistry.java:83)
	at org.eclipse.modisco.infra.discovery.ui.internal.registry.DiscovererUIRegistry.readDiscovererElement(DiscovererUIRegistry.java:101)
	at org.eclipse.modisco.infra.discovery.ui.internal.registry.DiscovererUIRegistry.handleRootElement(DiscovererUIRegistry.java:85)
	at org.eclipse.modisco.infra.common.core.internal.extensions.AbstractRegistry.initialize(AbstractRegistry.java:55)
	at org.eclipse.modisco.infra.discovery.ui.internal.registry.DiscovererUIRegistry.<init>(DiscovererUIRegistry.java:54)
	at org.eclipse.modisco.infra.discovery.ui.internal.registry.DiscovererUIRegistry.getInstance(DiscovererUIRegistry.java:48)
	at org.eclipse.modisco.infra.discovery.ui.tests.TestDiscovererUI.testDiscovererUIExtension(TestDiscovererUI.java:22)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.eclipse.modisco.infra.discovery.ui.tests.AllTestsInUIThread
org.eclipse.modisco.infra.discovery.ui.tests.TestDiscovererUI.testDiscovererUIExtension -- Time elapsed: 0.108 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/org.eclipse.modisco.infra.discovery.ui.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/org.eclipse.modisco.infra.discovery.ui.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/org.eclipse.modisco.infra.discovery.ui.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.discovery.ui.tests/target/org.eclipse.modisco.infra.discovery.ui.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.discovery.ui.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.ui.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.ui.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------< org.eclipse.modisco:org.eclipse.modisco.infra.doc.tests >-------
[INFO] Building org.eclipse.modisco.infra.doc.tests 1.5.0-SNAPSHOT    [169/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.doc.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.doc.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.doc.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:56:48.437 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:56:54.842
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:56:54 +0000
Running org.eclipse.modisco.infra.doc.tests.AllTestsInUIThread
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.modisco.infra.doc.tests.AllTestsInUIThread
org.eclipse.modisco.infra.doc.tests.InfraDocTest.testDocPresence -- Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/org.eclipse.modisco.infra.doc.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/org.eclipse.modisco.infra.doc.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/org.eclipse.modisco.infra.doc.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.doc.tests/target/org.eclipse.modisco.infra.doc.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.doc.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.doc.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.doc.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.doc.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.infra.facet.tests >------
[INFO] Building org.eclipse.modisco.infra.facet.tests 1.5.0-SNAPSHOT  [170/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.infra.facet.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] Resolving class path of org.eclipse.modisco.infra.facet.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.infra.facet.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:57:05.390 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:57:12.448
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:57:12 +0000
Running org.eclipse.modisco.infra.facet.tests.AllTestsInUIThread

!ENTRY org.eclipse.modisco.infra.common.core 4 0 2024-05-26 07:58:06.725
!MESSAGE Cannot invoke "java.net.URL.openStream()" because the return value of "org.osgi.framework.Bundle.getEntry(String)" is null (org.eclipse.modisco.infra.common.core_1.5.0.v20240526-0725)
!STACK 0
java.lang.NullPointerException: Cannot invoke "java.net.URL.openStream()" because the return value of "org.osgi.framework.Bundle.getEntry(String)" is null
	at org.eclipse.modisco.infra.common.core.internal.utils.FolderUtils.copyFolderFromBundle(FolderUtils.java:379)
	at org.eclipse.modisco.infra.facet.tests.FacetTests.bug307715v2(FacetTests.java:671)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)
Tests run: 22, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 60.08 s -- in org.eclipse.modisco.infra.facet.tests.AllTestsInUIThread
org.eclipse.modisco.infra.facet.tests.FacetTests.wrongIsAbstract -- Time elapsed: 7.614 s
org.eclipse.modisco.infra.facet.tests.FacetTests skipped
org.eclipse.modisco.infra.facet.tests.FacetTests.test002 -- Time elapsed: 4.316 s
org.eclipse.modisco.infra.facet.tests.FacetTests.test003 -- Time elapsed: 4.190 s
org.eclipse.modisco.infra.facet.tests.FacetTests.emptyNsURI -- Time elapsed: 2.109 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug301692 -- Time elapsed: 0.005 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug304798 -- Time elapsed: 3.077 s
org.eclipse.modisco.infra.facet.tests.FacetTests skipped
org.eclipse.modisco.infra.facet.tests.FacetTests.bug307715 -- Time elapsed: 0.126 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug308614 -- Time elapsed: 2.901 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug308947 -- Time elapsed: 3.523 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug309657 -- Time elapsed: 4.127 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug309990 -- Time elapsed: 5.116 s
org.eclipse.modisco.infra.facet.tests.FacetTests skipped
org.eclipse.modisco.infra.facet.tests.FacetTests.bug311684 -- Time elapsed: 6.219 s
org.eclipse.modisco.infra.facet.tests.FacetTests.wrongName -- Time elapsed: 2.149 s
org.eclipse.modisco.infra.facet.tests.FacetTests.wrongNbOfSuperType -- Time elapsed: 2.108 s
org.eclipse.modisco.infra.facet.tests.FacetTests.compo -- Time elapsed: 1.085 s
org.eclipse.modisco.infra.facet.tests.FacetTests.emptyExtendedPackages -- Time elapsed: 2.014 s
org.eclipse.modisco.infra.facet.tests.FacetTests.emptyNsPrefix -- Time elapsed: 2.141 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug307715v2 -- Time elapsed: 1.358 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug310279_3 -- Time elapsed: 5.871 s

Results:

Tests run: 22, Failures: 0, Errors: 0, Skipped: 3


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 07:58:13.524
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/org.eclipse.modisco.infra.facet.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/org.eclipse.modisco.infra.facet.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/org.eclipse.modisco.infra.facet.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infra.facet.tests/target/org.eclipse.modisco.infra.facet.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.infra.facet.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.infra.facet.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.facet.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.browser.customization.tests >--
[INFO] Building org.eclipse.modisco.java.browser.customization.tests 1.5.0-SNAPSHOT [171/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.browser.customization.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] Resolving class path of org.eclipse.modisco.java.browser.customization.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.java.browser.customization.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:58:23.006 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:58:30.570
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:58:30 +0000
Running org.eclipse.modisco.java.browser.customization.test.AllTestsInUIThread
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.661 s -- in org.eclipse.modisco.java.browser.customization.test.AllTestsInUIThread
org.eclipse.modisco.java.browser.customization.test.Tests skipped
org.eclipse.modisco.java.browser.customization.test.Tests.javaTypesCustomizationFacetTest -- Time elapsed: 1.632 s

Results:

Tests run: 2, Failures: 0, Errors: 0, Skipped: 1

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/org.eclipse.modisco.java.browser.customization.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/org.eclipse.modisco.java.browser.customization.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/org.eclipse.modisco.java.browser.customization.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.browser.customization.tests/target/org.eclipse.modisco.java.browser.customization.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.browser.customization.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.browser.customization.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.browser.customization.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.browser.customization.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.java.discoverer.tests >----
[INFO] Building org.eclipse.modisco.java.discoverer.tests 1.5.5-SNAPSHOT [172/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.discoverer.tests:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] Resolving class path of org.eclipse.modisco.java.discoverer.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.java.discoverer.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 07:58:44.431 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 07:58:51.082
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 07:58:51 +0000
Running org.eclipse.modisco.java.discoverer.tests.AllTestsInUIThread
javaToKdm executed in 0.12s.
javaToKdm executed in 0.149s.
javaToKdm executed in 0.023s.
javaToKdm executed in 0.062s.
javaToKdm executed in 0.187s.
javaToKdm executed in 0.019s.

!ENTRY org.eclipse.modisco.java.discoverer.tests 1 0 2024-05-26 07:59:08.795
!MESSAGE Begin validation

!ENTRY org.eclipse.modisco.java.discoverer.tests 1 0 2024-05-26 07:59:08.801
!MESSAGE End validation
javaToKdm executed in 0.071s.
javaToKdm executed in 0.505s.
javaToKdm executed in 0.538s.
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.39 s -- in org.eclipse.modisco.java.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.java.discoverer.tests.Bug329423CommentsTest.testIsolatedComments -- Time elapsed: 3.022 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testKdmComments -- Time elapsed: 0.973 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testArrayAsAnnotationValue -- Time elapsed: 0.496 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testInterfaceMethodVisibility -- Time elapsed: 0.418 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testBug318631_JavaToKdmTransformation -- Time elapsed: 0.413 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testBug326944_JavaToKdmTransformation -- Time elapsed: 0.363 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.modifiers -- Time elapsed: 1.710 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.proxyField -- Time elapsed: 2.733 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.test001 -- Time elapsed: 1.294 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.test002 -- Time elapsed: 0.916 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.test003 -- Time elapsed: 0.998 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.annotations -- Time elapsed: 1.044 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.comments -- Time elapsed: 1.056 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.duplicateproxy -- Time elapsed: 1.085 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.validation -- Time elapsed: 1.093 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.testBug325108 -- Time elapsed: 1.110 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.varargs -- Time elapsed: 1.020 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.parameterizedtypeinmethoddecl -- Time elapsed: 1.110 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.initializer -- Time elapsed: 1.043 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.classorifaceproxy -- Time elapsed: 1.086 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.packageaccess -- Time elapsed: 1.046 s
org.eclipse.modisco.java.discoverer.tests.JavaProject2KdmTest.testBug338874_InfixExpressionWithVariables -- Time elapsed: 1.123 s
org.eclipse.modisco.java.discoverer.tests.ParameterizedDiscovery.testBug319606 -- Time elapsed: 1.158 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxConverter.testConversionOfJavaModelToKdmModel -- Time elapsed: 0.821 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxConverter.testValidationOfKdmModelConvertedFromJavaModel -- Time elapsed: 0.971 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxDiscovery.testValidationOfJavaModelDiscoveryFromJavaProject -- Time elapsed: 1.278 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxDiscovery.testJavaModelDiscoveryFromJavaProject -- Time elapsed: 1.000 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxDiscovery.testBug312080_unresolvedFields -- Time elapsed: 0.882 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxDiscovery.testBug328143_unboundVM -- Time elapsed: 1.219 s
org.eclipse.modisco.java.discoverer.tests.Bug351590ClassCastWithAnnotationMemberTest.testMethodInvocationToAnnotationMember -- Time elapsed: 0.855 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 07:59:25.242
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/org.eclipse.modisco.java.discoverer.tests-1.5.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/org.eclipse.modisco.java.discoverer.tests-1.5.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/org.eclipse.modisco.java.discoverer.tests-1.5.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.tests/target/org.eclipse.modisco.java.discoverer.tests-1.5.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.discoverer.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.discoverer.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.tests:xml:p2metadata:1.5.5-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.tests:xml:p2artifacts:1.5.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer.tests >--
[INFO] Building org.eclipse.modisco.java.composition.discoverer.tests 1.5.0-SNAPSHOT [173/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/.polyglot.build.properties
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] Resolving class path of org.eclipse.modisco.java.composition.discoverer.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.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.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/target/org.eclipse.modisco.java.composition.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/target/org.eclipse.modisco.java.composition.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/target/org.eclipse.modisco.java.composition.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/target/org.eclipse.modisco.java.composition.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.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/modisco-master/.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/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.composition.discoverer.tests/target/surefire.properties]
Running org.eclipse.modisco.java.composition.discoverer.tests.StrategySourceJavaTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.165 s -- in org.eclipse.modisco.java.composition.discoverer.tests.StrategySourceJavaTests
org.eclipse.modisco.java.composition.discoverer.tests.StrategySourceJavaTests.testBug332323_classInDefaultPackage -- Time elapsed: 3.127 s
Running org.eclipse.modisco.java.composition.discoverer.tests.CompositeDiscoveryTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s -- in org.eclipse.modisco.java.composition.discoverer.tests.CompositeDiscoveryTests
org.eclipse.modisco.java.composition.discoverer.tests.CompositeDiscoveryTests.testBug332068_packageinfos -- Time elapsed: 0.585 s
Running org.eclipse.modisco.java.composition.discoverer.tests.TestMemoryUsage
Memory used: 145752064 = 493879296 - 348127232
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.226 s -- in org.eclipse.modisco.java.composition.discoverer.tests.TestMemoryUsage
org.eclipse.modisco.java.composition.discoverer.tests.TestMemoryUsage.test002 -- Time elapsed: 2.225 s
Running org.eclipse.modisco.java.composition.discoverer.tests.TestJavaApp
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s -- in org.eclipse.modisco.java.composition.discoverer.tests.TestJavaApp
org.eclipse.modisco.java.composition.discoverer.tests.TestJavaApp.test001 -- Time elapsed: 1.071 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.composition.discoverer.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.composition.discoverer.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark.tests >--
[INFO] Building org.eclipse.modisco.java.discoverer.benchmark.tests 1.5.0-SNAPSHOT [174/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/.polyglot.build.properties
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] Resolving class path of org.eclipse.modisco.java.discoverer.benchmark.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.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.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/target/org.eclipse.modisco.java.discoverer.benchmark.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/target/org.eclipse.modisco.java.discoverer.benchmark.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/target/org.eclipse.modisco.java.discoverer.benchmark.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/target/org.eclipse.modisco.java.discoverer.benchmark.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.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/modisco-master/.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/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.benchmark.tests/target/surefire.properties]
Running org.eclipse.modisco.java.discoverer.benchmark.tests.JavaScalabilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.028 s -- in org.eclipse.modisco.java.discoverer.benchmark.tests.JavaScalabilityTest
org.eclipse.modisco.java.discoverer.benchmark.tests.JavaScalabilityTest skipped
Running org.eclipse.modisco.java.discoverer.benchmark.tests.JavaDiscovererBenchmarkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s -- in org.eclipse.modisco.java.discoverer.benchmark.tests.JavaDiscovererBenchmarkTest
org.eclipse.modisco.java.discoverer.benchmark.tests.JavaDiscovererBenchmarkTest skipped

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.discoverer.benchmark.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.benchmark.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.java.discoverer.cdo.tests >--
[INFO] Building org.eclipse.modisco.java.discoverer.cdo.tests 1.5.0-SNAPSHOT [175/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.discoverer.cdo.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] Resolving class path of org.eclipse.modisco.java.discoverer.cdo.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:00:09.700 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:00:16.521
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:00:16 +0000
Running org.eclipse.modisco.java.discoverer.cdo.tests.AllTestsInUIThread
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.022 s -- in org.eclipse.modisco.java.discoverer.cdo.tests.AllTestsInUIThread
org.eclipse.modisco.java.discoverer.cdo.tests.JavaJunitCDO skipped

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/org.eclipse.modisco.java.discoverer.cdo.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/org.eclipse.modisco.java.discoverer.cdo.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/org.eclipse.modisco.java.discoverer.cdo.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.discoverer.cdo.tests/target/org.eclipse.modisco.java.discoverer.cdo.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.discoverer.cdo.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.cdo.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.cdo.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.modisco:org.eclipse.modisco.java.generation.tests >----
[INFO] Building org.eclipse.modisco.java.generation.tests 1.5.0-SNAPSHOT [176/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.generation.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.generation.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.generation.tests ---
[INFO] Resolving class path of org.eclipse.modisco.java.generation.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.generation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.generation.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.generation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.java.generation.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.java.generation.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:00:27.009 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:00:33.786
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:00:33 +0000
Running org.eclipse.modisco.java.generation.tests.AllTestsInUIThread
Generating Java files to : /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/work/data/.metadata/.plugins/org.eclipse.modisco.java.generation.tests/JavaOutput.org.eclipse.modisco.java.generation.tests.Bug329672CommentsTest
Original Java files location : /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/work/data/Java.org.eclipse.modisco.java.generation.tests.Bug329672CommentsTest/bug329672
Files MyClass.java and MyClass.java are equal.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.842 s -- in org.eclipse.modisco.java.generation.tests.AllTestsInUIThread
org.eclipse.modisco.java.generation.tests.Bug329672CommentsTest.testBug329672Comments -- Time elapsed: 1.802 s
org.eclipse.modisco.java.generation.tests.TestGlobal001 skipped

Results:

Tests run: 2, Failures: 0, Errors: 0, Skipped: 1


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 08:00:36.581
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.generation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/org.eclipse.modisco.java.generation.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.generation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/org.eclipse.modisco.java.generation.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.generation.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/org.eclipse.modisco.java.generation.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.generation.tests/target/org.eclipse.modisco.java.generation.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.generation.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.generation.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.generation.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.generation.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.java.queries.tests >-----
[INFO] Building org.eclipse.modisco.java.queries.tests 1.5.0-SNAPSHOT [177/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.java.queries.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.java.queries.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.java.queries.tests ---
[INFO] Resolving class path of org.eclipse.modisco.java.queries.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.java.queries.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.java.queries.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.java.queries.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.java.queries.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.java.queries.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:00:45.984 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:00:52.513
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:00:52 +0000
Running org.eclipse.modisco.java.queries.tests.AllTestsInUIThread
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s -- in org.eclipse.modisco.java.queries.tests.AllTestsInUIThread
org.eclipse.modisco.java.queries.tests.TextJavaQueriesTest.bug310838 -- Time elapsed: 1.494 s
org.eclipse.modisco.java.queries.tests.TextJavaQueriesTest.textJavaQueriesTest -- Time elapsed: 0.028 s
org.eclipse.modisco.java.queries.tests.ModifierJavaQueriesTest.modifierJavaQueriesTest -- Time elapsed: 0.054 s
org.eclipse.modisco.java.queries.tests.Bug308303Test.textJavaQueriesTest -- Time elapsed: 0.021 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 08:00:55.103
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.java.queries.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/org.eclipse.modisco.java.queries.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.java.queries.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/org.eclipse.modisco.java.queries.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.java.queries.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/org.eclipse.modisco.java.queries.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.queries.tests/target/org.eclipse.modisco.java.queries.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.java.queries.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.java.queries.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.queries.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.queries.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer.tests >--
[INFO] Building org.eclipse.modisco.jee.ejbjar.discoverer.tests 1.5.0-SNAPSHOT [178/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] Resolving class path of org.eclipse.modisco.jee.ejbjar.discoverer.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:01:04.582 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:01:11.545
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:01:11 +0000
Running org.eclipse.modisco.jee.ejbjar.discoverer.tests.AllTestsInUIThread
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.674 s -- in org.eclipse.modisco.jee.ejbjar.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar11.test001 -- Time elapsed: 0.172 s
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar20.test001 -- Time elapsed: 0.065 s
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar21.test001 -- Time elapsed: 0.058 s
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar30.test001 -- Time elapsed: 0.223 s
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar31.test001 -- Time elapsed: 0.126 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/org.eclipse.modisco.jee.ejbjar.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/org.eclipse.modisco.jee.ejbjar.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/org.eclipse.modisco.jee.ejbjar.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.ejbjar.discoverer.tests/target/org.eclipse.modisco.jee.ejbjar.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.ejbjar.discoverer.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.ejbjar.discoverer.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer.tests >--
[INFO] Building org.eclipse.modisco.jee.jsp.discoverer.tests 1.5.0-SNAPSHOT [179/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] Resolving class path of org.eclipse.modisco.jee.jsp.discoverer.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:01:22.326 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:01:29.231
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:01:29 +0000
Running org.eclipse.modisco.jee.jsp.discoverer.tests.AllTestsInUIThread
Memory used: 257949696 = 723517440 - 465567744
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.36 s -- in org.eclipse.modisco.jee.jsp.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.jee.jsp.discoverer.tests.TestJsp.test1 -- Time elapsed: 5.475 s
org.eclipse.modisco.jee.jsp.discoverer.tests.TestJSPStdAction.test1 -- Time elapsed: 0.974 s
org.eclipse.modisco.jee.jsp.discoverer.tests.TestMemory.memoryTest -- Time elapsed: 2.887 s
org.eclipse.modisco.jee.jsp.discoverer.tests.TestHtml.test1 -- Time elapsed: 0.997 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 08:01:41.190
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/org.eclipse.modisco.jee.jsp.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/org.eclipse.modisco.jee.jsp.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/org.eclipse.modisco.jee.jsp.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.discoverer.tests/target/org.eclipse.modisco.jee.jsp.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.jsp.discoverer.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.discoverer.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.jee.jsp.generation.tests >--
[INFO] Building org.eclipse.modisco.jee.jsp.generation.tests 1.5.3-SNAPSHOT [180/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.jsp.generation.tests:1.5.3-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] The project's OSGi version is 1.5.3.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] Resolving class path of org.eclipse.modisco.jee.jsp.generation.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:01:52.608 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:01:59.240
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:01:59 +0000
Running org.eclipse.modisco.jee.jsp.generation.tests.AllTestsInUIThread
Generating Jsp files to : /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/work/data/.metadata/.plugins/org.eclipse.modisco.jee.jsp.generation.tests/JspOutput
Original Jsp files location : /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/work/data/Jsp.org.eclipse.modisco.jee.jsp.generation.tests.DiffGeneratedJspTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.089 s -- in org.eclipse.modisco.jee.jsp.generation.tests.AllTestsInUIThread
org.eclipse.modisco.jee.jsp.generation.tests.DiffGeneratedJspTest.testJspFileExistence -- Time elapsed: 6.059 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 08:02:06.314
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/org.eclipse.modisco.jee.jsp.generation.tests-1.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/org.eclipse.modisco.jee.jsp.generation.tests-1.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/org.eclipse.modisco.jee.jsp.generation.tests-1.5.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.jsp.generation.tests/target/org.eclipse.modisco.jee.jsp.generation.tests-1.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.jsp.generation.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.generation.tests:xml:p2metadata:1.5.3-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.jsp.generation.tests:xml:p2artifacts:1.5.3-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----< org.eclipse.modisco:org.eclipse.modisco.jee.queries.tests >------
[INFO] Building org.eclipse.modisco.jee.queries.tests 1.5.0-SNAPSHOT  [181/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.queries.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] Resolving class path of org.eclipse.modisco.jee.queries.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.jee.queries.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:02:17.388 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:02:24.172
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:02:24 +0000
Running org.eclipse.modisco.jee.queries.tests.AllTestsInUIThread
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s -- in org.eclipse.modisco.jee.queries.tests.AllTestsInUIThread
org.eclipse.modisco.jee.queries.tests.JeeEjbAnnotationsTests.test -- Time elapsed: 0.960 s
org.eclipse.modisco.jee.queries.tests.JeeJpaAnnotations.test -- Time elapsed: 0.003 s
org.eclipse.modisco.jee.queries.tests.JeeServletAnnotations.test -- Time elapsed: 0.003 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/org.eclipse.modisco.jee.queries.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/org.eclipse.modisco.jee.queries.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/org.eclipse.modisco.jee.queries.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.queries.tests/target/org.eclipse.modisco.jee.queries.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.queries.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.queries.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.queries.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.queries.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer.tests >--
[INFO] Building org.eclipse.modisco.jee.webapp.discoverer.tests 1.5.0-SNAPSHOT [182/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] Resolving class path of org.eclipse.modisco.jee.webapp.discoverer.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:02:35.206 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:02:41.979
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:02:41 +0000
Running org.eclipse.modisco.jee.webapp.discoverer.tests.AllTestsInUIThread

!ENTRY org.eclipse.modisco.jee.webapp.discoverer 2 0 2024-05-26 08:02:44.412
!MESSAGE Unknown feature detected:org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@411ae0d7 (mixed: [j2ee:web-app=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@608c2042 (mixed: [ecore.xml.type:text=
	
	, ecore.xml.type:comment= TEST Modisco context-param, ecore.xml.type:text=
	, j2ee:context-param=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@7e84a52b (mixed: [ecore.xml.type:text=  
		, j2ee:description=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@40199d5e (mixed: [ecore.xml.type:text=description-example], anyAttribute: null), ecore.xml.type:text=  	
		, j2ee:param-name=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@5693d1d2 (mixed: [ecore.xml.type:text=param-name-example], anyAttribute: null), ecore.xml.type:text=  	
		, j2ee:param-value=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@571c7572 (mixed: [ecore.xml.type:text=param-value-example], anyAttribute: null), ecore.xml.type:text=  
	], anyAttribute: null), ecore.xml.type:text=
	
], anyAttribute: [version=2.4])], anyAttribute: null) (org.eclipse.modisco.jee.webapp.discoverer_1.5.0.v20240526-0725)
!STACK 0
org.eclipse.modisco.infra.common.core.logging.MoDiscoLogger$LogStackTrace
	at org.eclipse.modisco.infra.common.core.logging.MoDiscoLogger.log(MoDiscoLogger.java:108)
	at org.eclipse.modisco.infra.common.core.logging.MoDiscoLogger.logWarning(MoDiscoLogger.java:54)
	at org.eclipse.modisco.jee.webapp.discoverer.WebXmlDiscoverer2.discoverResource(WebXmlDiscoverer2.java:135)
	at org.eclipse.modisco.jee.webapp.discoverer.WebXmlDiscoverer2.discoverElement(WebXmlDiscoverer2.java:74)
	at org.eclipse.modisco.jee.webapp.discoverer.tests.TestNoUri.initResource(TestNoUri.java:53)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.793 s -- in org.eclipse.modisco.jee.webapp.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.jee.webapp.discoverer.tests.TestCommentedDocType.test001 -- Time elapsed: 0.133 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestNoVersion.test001 -- Time elapsed: 0.062 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestNoUri.test001 -- Time elapsed: 2.140 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml22.test001 -- Time elapsed: 0.039 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml23.test001 -- Time elapsed: 0.066 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml24.test001 -- Time elapsed: 0.076 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml25.test001 -- Time elapsed: 0.072 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml30.test001 -- Time elapsed: 0.160 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/org.eclipse.modisco.jee.webapp.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/org.eclipse.modisco.jee.webapp.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/org.eclipse.modisco.jee.webapp.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.webapp.discoverer.tests/target/org.eclipse.modisco.jee.webapp.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.jee.webapp.discoverer.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.webapp.discoverer.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter.tests >---
[INFO] Building org.eclipse.modisco.kdm.uml2converter.tests 1.5.1-SNAPSHOT [183/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter.tests:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] The project's OSGi version is 1.5.1.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] Resolving class path of org.eclipse.modisco.kdm.uml2converter.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:02:55.423 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:03:02.127
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:03:02 +0000
Running org.eclipse.modisco.kdm.uml2converter.tests.AllTestsInUIThread
ATL2WTracer executed in 0.666s.
KDMtoUML executed in 0.482s.
KDMtoUML executed in 0.392s.
KDMtoUML executed in 0.345s.
KDMtoUML executed in 0.175s.
metamodel contains several classifiers with same name: ElementRef
KDMtoUML executed in 0.543s.
metamodel contains several classifiers with same name: ElementRef
KDMtoUML executed in 0.523s.
metamodel contains several classifiers with same name: ElementRef
KDMtoUML executed in 0.591s.
metamodel contains several classifiers with same name: ElementRef
KDMtoUML executed in 0.498s.
Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 10.65 s -- in org.eclipse.modisco.kdm.uml2converter.tests.AllTestsInUIThread
org.eclipse.modisco.kdm.uml2converter.tests.HotTransformationTest skipped
org.eclipse.modisco.kdm.uml2converter.tests.HotTransformationTest.testExportTransformation -- Time elapsed: 0.175 s
org.eclipse.modisco.kdm.uml2converter.tests.HotTransformationTest skipped
org.eclipse.modisco.kdm.uml2converter.tests.HotTransformationTest.testProducingTransformationWithTraceability -- Time elapsed: 2.606 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2ConverterTest.testValidationOfConvertedSourceUmlModel -- Time elapsed: 1.486 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2ConverterTest.testKdmToUmlConverter -- Time elapsed: 1.006 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2ConverterTest.testKdmToUmlConverter_bug318638 -- Time elapsed: 0.959 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2ConverterTest.testKdmSourceToUmlConverter_bug315355 -- Time elapsed: 0.625 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2WithTracesConverterTest.testValidationOfConvertedSourceUmlModel -- Time elapsed: 0.807 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2WithTracesConverterTest.testKdmToUmlConverter -- Time elapsed: 0.934 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2WithTracesConverterTest.testKdmToUmlConverter_bug318638 -- Time elapsed: 1.158 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2WithTracesConverterTest.testKdmSourceToUmlConverter_bug315355 -- Time elapsed: 0.853 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 08:03:13.845
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/org.eclipse.modisco.kdm.uml2converter.tests-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/org.eclipse.modisco.kdm.uml2converter.tests-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/org.eclipse.modisco.kdm.uml2converter.tests-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.kdm.uml2converter.tests/target/org.eclipse.modisco.kdm.uml2converter.tests-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.kdm.uml2converter.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter.tests:xml:p2metadata:1.5.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.kdm.uml2converter.tests:xml:p2artifacts:1.5.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.modisco:org.eclipse.modisco.xml.discoverer.tests >----
[INFO] Building org.eclipse.modisco.xml.discoverer.tests 1.5.0-SNAPSHOT [184/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.xml.discoverer.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] Resolving class path of org.eclipse.modisco.xml.discoverer.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.xml.discoverer.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:03:27.284 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:03:34.169
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:03:34 +0000
Running org.eclipse.modisco.xml.discoverer.tests.AllTestsInUIThread
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s -- in org.eclipse.modisco.xml.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.xml.discoverer.tests.Test001.test001 -- Time elapsed: 0.198 s
org.eclipse.modisco.xml.discoverer.tests.Test002.test001 -- Time elapsed: 0.043 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 08:03:35.388
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/org.eclipse.modisco.xml.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/org.eclipse.modisco.xml.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/org.eclipse.modisco.xml.discoverer.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.discoverer.tests/target/org.eclipse.modisco.xml.discoverer.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.xml.discoverer.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.xml.discoverer.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.discoverer.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.discoverer.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----------< org.eclipse.modisco:org.eclipse.modisco.tests >------------
[INFO] Building org.eclipse.modisco.tests 1.5.0-SNAPSHOT              [185/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.tests:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.tests ---
[INFO] The project's OSGi version is 1.5.0.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.tests ---
[INFO] Resolving class path of org.eclipse.modisco.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:03:47.623 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:03:54.520
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:03:54 +0000
Running org.eclipse.modisco.tests.AllTestsInUIThread
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.modisco.tests.AllTestsInUIThread
org.eclipse.modisco.tests.BundleTest.provider -- Time elapsed: 0.062 s
org.eclipse.modisco.tests.BundleTest.name -- Time elapsed: 0.014 s
org.eclipse.modisco.tests.BundleTest.about -- Time elapsed: 0.016 s
org.eclipse.modisco.tests.BundleTest.version -- Time elapsed: 0.003 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/org.eclipse.modisco.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/org.eclipse.modisco.tests-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/org.eclipse.modisco.tests-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.tests/target/org.eclipse.modisco.tests-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.tests:xml:p2metadata:1.5.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.tests:xml:p2artifacts:1.5.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.tests >--
[INFO] Building org.eclipse.modisco.usecase.modelfilter.tests 1.5.1-SNAPSHOT [186/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.tests:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] The project's OSGi version is 1.5.1.v20240526-0725
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] Resolving class path of org.eclipse.modisco.usecase.modelfilter.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/src/test/resources
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[WARNING] No tests found
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (AllUITests) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.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, -DoutputEncoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/modisco-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -consolelog, -data, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/work/data, -install, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/work, -configuration, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -timeout, 1800000]
Launching application org.eclipse.ui.ide.workbench
!SESSION 2024-05-26 08:04:04.811 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000
Command-line arguments:  -consolelog -data /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -timeout 1800000

!ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2024-05-26 08:04:11.712
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-05-26 08:04:11 +0000
Running org.eclipse.modisco.usecase.modelfilter.tests.AllTestsInUIThread
javaToKdm executed in 0.307s.
KDMtoUML executed in 0.276s.
javaToKdm executed in 0.084s.
KDMtoUML executed in 0.029s.
javaToKdm executed in 0.101s.
KDMtoUML executed in 0.024s.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.987 s -- in org.eclipse.modisco.usecase.modelfilter.tests.AllTestsInUIThread
org.eclipse.modisco.usecase.modelfilter.tests.SimpleBlackBoxDiscovery.testValidationOfUmlModelDiscoveryFromJavaProject -- Time elapsed: 5.746 s
org.eclipse.modisco.usecase.modelfilter.tests.SimpleBlackBoxDiscovery.testUmlModelFromJavaProjectWithReferenceModel -- Time elapsed: 1.219 s
org.eclipse.modisco.usecase.modelfilter.tests.SimpleBlackBoxDiscovery.testUmlModelDiscoveryFromJavaProject -- Time elapsed: 0.984 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-05-26 08:04:20.219
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/org.eclipse.modisco.usecase.modelfilter.tests-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/org.eclipse.modisco.usecase.modelfilter.tests-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/org.eclipse.modisco.usecase.modelfilter.tests-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.usecase.modelfilter.tests/target/org.eclipse.modisco.usecase.modelfilter.tests-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.usecase.modelfilter.tests ---
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.tests:xml:p2metadata:1.5.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.tests:xml:p2artifacts:1.5.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ---------< org.eclipse.modisco:org.eclipse.modisco.updatesite >---------
[INFO] Building org.eclipse.modisco.updatesite 1.5.5-SNAPSHOT         [187/187]
[INFO]   from /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.updatesite/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.modisco:org.eclipse.modisco.updatesite:1.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.updatesite/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.modisco.updatesite ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.modisco.updatesite ---
[INFO] The project's OSGi version is 1.5.5.v20240526-0725
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.modisco.updatesite ---
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean-1) @ org.eclipse.modisco.updatesite ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.modisco.updatesite ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.modisco.updatesite ---
[INFO] Copying 2 resources from  to target
[INFO] Copying 3 resources from  to target
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.modisco.updatesite ---
[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.modisco.updatesite ---
[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.modisco.updatesite ---
[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.modisco.updatesite ---
[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.modisco.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.db.derby.source,4.1.500.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.prefuse.source,0.1.0.v20100514-1000 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.core.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.misc.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.queries.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.misc,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.core.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.core,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.db.derby.source,4.1.500.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.net4j.db.derby,4.1.500.v20180529-1130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.queries,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.misc.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.queries.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.prefuse.source,0.1.0.v20100514-1000 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [9709f052-12aa-485f-b191-efb7bd1684ee][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.prefuse,0.1.0.v20100514-1000 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.modisco.updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.modisco.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.updatesite/target/org.eclipse.modisco-1.5.5.N202405260725.zip
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.modisco.updatesite ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.modisco.updatesite ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.modisco.updatesite ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.modisco.updatesite ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default) @ org.eclipse.modisco.updatesite ---
[INFO] Copying 2 resources from  to target
[INFO] Copying 3 resources from  to target
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.modisco.releng.tycho 1.5.5-SNAPSHOT .... SUCCESS [  1.251 s]
[INFO] org.eclipse.modisco-folder 1.5.5-SNAPSHOT .......... SUCCESS [  0.010 s]
[INFO] org.eclipse.modisco.facet.common.core 1.5.0-SNAPSHOT SUCCESS [ 53.161 s]
[INFO] org.eclipse.modisco.facet.util.core 1.5.0-SNAPSHOT . SUCCESS [ 15.733 s]
[INFO] org.eclipse.modisco.facet.common.ui 1.5.0-SNAPSHOT . SUCCESS [ 18.120 s]
[INFO] org.eclipse.modisco.facet.util.emf.catalog.metamodel 1.5.0-SNAPSHOT SUCCESS [ 15.482 s]
[INFO] org.eclipse.modisco.facet.util.emf.catalog 1.5.0-SNAPSHOT SUCCESS [ 15.309 s]
[INFO] org.eclipse.modisco.facet.util.pde.core 1.5.0-SNAPSHOT SUCCESS [ 15.538 s]
[INFO] org.eclipse.modisco.facet.util.emf.core 1.5.0-SNAPSHOT SUCCESS [ 15.732 s]
[INFO] org.eclipse.modisco.facet.efacet.metamodel 1.5.0-SNAPSHOT SUCCESS [ 15.466 s]
[INFO] org.eclipse.modisco.facet.util.ui 1.5.0-SNAPSHOT ... SUCCESS [ 15.420 s]
[INFO] org.eclipse.modisco.facet.util.swt 1.5.0-SNAPSHOT .. SUCCESS [ 12.911 s]
[INFO] org.eclipse.modisco.facet.util.emf.ui 1.5.0-SNAPSHOT SUCCESS [ 13.028 s]
[INFO] org.eclipse.modisco.facet.efacet.core 1.5.0-SNAPSHOT SUCCESS [ 12.868 s]
[INFO] org.eclipse.modisco.facet.custom.metamodel 1.5.0-SNAPSHOT SUCCESS [ 11.193 s]
[INFO] org.eclipse.modisco.facet.custom.core 1.5.0-SNAPSHOT SUCCESS [ 10.282 s]
[INFO] org.eclipse.modisco.facet.query.java.metamodel 1.5.0-SNAPSHOT SUCCESS [ 12.081 s]
[INFO] org.eclipse.modisco.facet.query.java.core 1.5.0-SNAPSHOT SUCCESS [ 11.273 s]
[INFO] org.eclipse.modisco.facet.util.jface.ui 1.5.0-SNAPSHOT SUCCESS [ 11.313 s]
[INFO] org.eclipse.modisco.facet.efacet.ui 1.5.0-SNAPSHOT . SUCCESS [ 10.581 s]
[INFO] org.eclipse.modisco.facet.custom.ui 1.5.0-SNAPSHOT . SUCCESS [ 10.159 s]
[INFO] org.eclipse.modisco.facet.efacet.edit.core 1.5.0-SNAPSHOT SUCCESS [  8.344 s]
[INFO] org.eclipse.modisco.facet.widgets 1.5.0-SNAPSHOT ... SUCCESS [ 10.530 s]
[INFO] org.eclipse.modisco.facet.widgets.celleditors 1.5.0-SNAPSHOT SUCCESS [ 10.007 s]
[INFO] org.eclipse.modisco.facet.widgets.celleditors.ecore 1.5.0-SNAPSHOT SUCCESS [  8.521 s]
[INFO] org.eclipse.modisco.examples 1.5.0-SNAPSHOT ........ SUCCESS [ 10.106 s]
[INFO] org.eclipse.modisco.infra.common.core 1.5.0-SNAPSHOT SUCCESS [  8.697 s]
[INFO] org.eclipse.modisco.infra.common.ui 1.5.0-SNAPSHOT . SUCCESS [ 11.446 s]
[INFO] org.eclipse.modisco.infra.query 1.5.0-SNAPSHOT ..... SUCCESS [  8.540 s]
[INFO] org.eclipse.modisco.infra.facet 1.5.0-SNAPSHOT ..... SUCCESS [  7.799 s]
[INFO] org.eclipse.modisco.util.emf.core 1.5.0-SNAPSHOT ... SUCCESS [ 11.529 s]
[INFO] org.eclipse.modisco.infra.query.core 1.5.0-SNAPSHOT  SUCCESS [  8.879 s]
[INFO] org.eclipse.modisco.infra.facet.core 1.5.0-SNAPSHOT  SUCCESS [  7.427 s]
[INFO] org.eclipse.modisco.infra.browser.custom 1.5.0-SNAPSHOT SUCCESS [ 10.668 s]
[INFO] org.eclipse.modisco.infra.browser.custom.core 1.5.0-SNAPSHOT SUCCESS [  8.334 s]
[INFO] org.eclipse.modisco.infra.browser.uicore 1.5.0-SNAPSHOT SUCCESS [  8.113 s]
[INFO] org.eclipse.modisco.infra.query.edit 1.5.0-SNAPSHOT  SUCCESS [ 10.124 s]
[INFO] org.eclipse.modisco.infra.facet.edit 1.5.0-SNAPSHOT  SUCCESS [  8.389 s]
[INFO] org.eclipse.modisco.infra.facet.editor 1.5.0-SNAPSHOT SUCCESS [  8.097 s]
[INFO] org.eclipse.modisco.infra.facet.ui 1.5.0-SNAPSHOT .. SUCCESS [  7.644 s]
[INFO] org.eclipse.modisco.infra.query.editor 1.5.0-SNAPSHOT SUCCESS [ 10.372 s]
[INFO] org.eclipse.modisco.infra.query.ui 1.5.0-SNAPSHOT .. SUCCESS [  8.251 s]
[INFO] org.eclipse.modisco.infra.browser 1.5.0-SNAPSHOT ... SUCCESS [  9.342 s]
[INFO] org.eclipse.modisco.infra.browser.custom.ui 1.5.0-SNAPSHOT SUCCESS [  7.999 s]
[INFO] org.eclipse.modisco.infra.browser.custom.editor 1.5.0-SNAPSHOT SUCCESS [ 12.480 s]
[INFO] org.eclipse.modisco.java 1.5.0-SNAPSHOT ............ SUCCESS [ 11.334 s]
[INFO] org.eclipse.modisco.java.queries 1.5.0-SNAPSHOT .... SUCCESS [ 12.048 s]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.java.jdk 1.5.0-SNAPSHOT SUCCESS [ 15.716 s]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.uml 1.5.0-SNAPSHOT SUCCESS [ 15.143 s]
[INFO] org.eclipse.modisco.infra.browser.uicore.examples.cnf 1.5.0-SNAPSHOT SUCCESS [ 13.199 s]
[INFO] org.eclipse.modisco.infra.capabilities 1.5.0-SNAPSHOT SUCCESS [  9.950 s]
[INFO] org.eclipse.modisco.infra.common.cdo 1.5.0-SNAPSHOT  SUCCESS [ 10.583 s]
[INFO] org.eclipse.modisco.infra.common.cdo.derby 1.5.0-SNAPSHOT SUCCESS [ 10.249 s]
[INFO] org.eclipse.modisco.infra.prefuse 1.5.0-SNAPSHOT ... SUCCESS [ 10.412 s]
[INFO] org.eclipse.modisco.infra.query.jxpath 1.5.0-SNAPSHOT SUCCESS [ 10.479 s]
[INFO] org.eclipse.modisco.java.browser.customization 1.5.0-SNAPSHOT SUCCESS [ 10.531 s]
[INFO] org.eclipse.modisco.java.cdo 1.5.0-SNAPSHOT ........ SUCCESS [ 13.490 s]
[INFO] org.eclipse.modisco.util.atl.core 1.5.0-SNAPSHOT ... SUCCESS [  7.066 s]
[INFO] org.eclipse.modisco.infra.discovery 1.5.0-SNAPSHOT . SUCCESS [  7.679 s]
[INFO] org.eclipse.modisco.infra.discovery.core 1.5.0-SNAPSHOT SUCCESS [  7.431 s]
[INFO] org.eclipse.modisco.omg.kdm 1.5.0-SNAPSHOT ......... SUCCESS [ 14.346 s]
[INFO] org.eclipse.modisco.kdm.source.discoverer 1.5.0-SNAPSHOT SUCCESS [  7.203 s]
[INFO] org.eclipse.modisco.kdm.source.extension 1.5.0-SNAPSHOT SUCCESS [  7.508 s]
[INFO] org.eclipse.modisco.java.discoverer 1.5.4-SNAPSHOT . SUCCESS [  8.502 s]
[INFO] org.eclipse.modisco.java.generation 1.5.0-SNAPSHOT . SUCCESS [  8.023 s]
[INFO] org.eclipse.modisco.omg.kdm.edit 1.5.0-SNAPSHOT .... SUCCESS [ 11.918 s]
[INFO] org.eclipse.modisco.tool.metricsvisualizationbuilder 1.5.0-SNAPSHOT SUCCESS [  6.881 s]
[INFO] org.eclipse.modisco.xml 1.5.0-SNAPSHOT ............. SUCCESS [  7.600 s]
[INFO] org.eclipse.modisco.xml.browser.customization 1.5.0-SNAPSHOT SUCCESS [  6.761 s]
[INFO] org.eclipse.modisco.manifest 1.5.0-SNAPSHOT ........ SUCCESS [  6.968 s]
[INFO] org.eclipse.modisco.eclipseplugin 1.5.0-SNAPSHOT ... SUCCESS [ 10.405 s]
[INFO] org.eclipse.modisco.manifest.discoverer 1.5.0-SNAPSHOT SUCCESS [  7.203 s]
[INFO] org.eclipse.modisco.properties.discoverer 1.5.0-SNAPSHOT SUCCESS [  7.249 s]
[INFO] org.eclipse.modisco.xml.discoverer 1.5.0-SNAPSHOT .. SUCCESS [  7.159 s]
[INFO] org.eclipse.modisco.eclipseplugin.discoverer 1.5.0-SNAPSHOT SUCCESS [  9.470 s]
[INFO] org.eclipse.modisco.infra.discovery.ui 1.5.0-SNAPSHOT SUCCESS [  8.600 s]
[INFO] org.eclipse.modisco.eclipseplugin.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  9.312 s]
[INFO] org.eclipse.modisco.infra.browser.ecore.core 1.5.0-SNAPSHOT SUCCESS [  8.661 s]
[INFO] org.eclipse.modisco.infra.browser.editor.ui 1.5.0-SNAPSHOT SUCCESS [  7.479 s]
[INFO] org.eclipse.modisco.utils.chart.metamodel 1.5.0-SNAPSHOT SUCCESS [ 10.608 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.metamodel 1.5.0-SNAPSHOT SUCCESS [  7.875 s]
[INFO] org.eclipse.modisco.utils.chart.birt.core 1.5.0-SNAPSHOT SUCCESS [ 10.406 s]
[INFO] org.eclipse.modisco.utils.core 1.5.0-SNAPSHOT ...... SUCCESS [  6.776 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.core 1.5.0-SNAPSHOT SUCCESS [ 10.617 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.ui 1.5.0-SNAPSHOT SUCCESS [ 10.183 s]
[INFO] org.eclipse.modisco.java.composition 1.5.0-SNAPSHOT  SUCCESS [ 10.508 s]
[INFO] org.eclipse.modisco.java.composition.browser.customization 1.5.0-SNAPSHOT SUCCESS [ 10.443 s]
[INFO] org.eclipse.modisco.java.composition.discoverer 1.5.4-SNAPSHOT SUCCESS [  7.730 s]
[INFO] org.eclipse.modisco.java.composition.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  9.442 s]
[INFO] org.eclipse.modisco.kdm.source.extension.ui 1.5.0-SNAPSHOT SUCCESS [  8.613 s]
[INFO] org.eclipse.modisco.java.composition.ui 1.5.0-SNAPSHOT SUCCESS [  9.630 s]
[INFO] org.eclipse.modisco.java.discoverer.cdo 1.5.0-SNAPSHOT SUCCESS [  8.257 s]
[INFO] org.eclipse.modisco.java.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [ 11.228 s]
[INFO] org.eclipse.modisco.jee 1.5.0-SNAPSHOT ............. SUCCESS [  9.556 s]
[INFO] org.eclipse.modisco.jee.ejbjar 1.5.0-SNAPSHOT ...... SUCCESS [ 21.115 s]
[INFO] org.eclipse.modisco.jee.ejbjar.discoverer 1.5.0-SNAPSHOT SUCCESS [  9.340 s]
[INFO] org.eclipse.modisco.jee.ejbjar.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  9.292 s]
[INFO] org.eclipse.modisco.jee.facet 1.5.0-SNAPSHOT ....... SUCCESS [  8.206 s]
[INFO] org.eclipse.modisco.jee.jsp 1.5.0-SNAPSHOT ......... SUCCESS [  9.187 s]
[INFO] org.eclipse.modisco.jee.jsp.browser.customization 1.5.0-SNAPSHOT SUCCESS [  8.514 s]
[INFO] org.eclipse.modisco.jee.jsp.discoverer 1.5.0-SNAPSHOT SUCCESS [  9.632 s]
[INFO] org.eclipse.modisco.jee.jsp.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  8.430 s]
[INFO] org.eclipse.modisco.jee.jsp.generation 1.5.0-SNAPSHOT SUCCESS [  9.273 s]
[INFO] org.eclipse.modisco.jee.queries 1.5.0-SNAPSHOT ..... SUCCESS [  9.071 s]
[INFO] org.eclipse.modisco.jee.webapp 1.5.0-SNAPSHOT ...... SUCCESS [ 16.586 s]
[INFO] org.eclipse.modisco.jee.webapp.discoverer 1.5.0-SNAPSHOT SUCCESS [  7.745 s]
[INFO] org.eclipse.modisco.jee.webapp.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  7.501 s]
[INFO] org.eclipse.modisco.kdm.source.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [ 10.439 s]
[INFO] org.eclipse.modisco.kdm.uml2converter 1.5.1-SNAPSHOT SUCCESS [ 10.253 s]
[INFO] org.eclipse.modisco.kdm.uml2converter.ui 1.5.1-SNAPSHOT SUCCESS [  8.244 s]
[INFO] org.eclipse.modisco.manifest.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  9.679 s]
[INFO] org.eclipse.modisco.omg.gastm 1.5.0-SNAPSHOT ....... SUCCESS [ 11.737 s]
[INFO] org.eclipse.modisco.omg.smm 1.5.0-SNAPSHOT ......... SUCCESS [ 10.024 s]
[INFO] org.eclipse.modisco.properties.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [ 10.105 s]
[INFO] org.eclipse.modisco.usecase.simpletransformationschain 1.5.1-SNAPSHOT SUCCESS [  8.110 s]
[INFO] org.eclipse.modisco.usecase.modelfilter 1.5.1-SNAPSHOT SUCCESS [ 11.657 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.dependencies.ui 1.5.0-SNAPSHOT SUCCESS [  9.649 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.methodcalls 1.5.0-SNAPSHOT SUCCESS [  9.415 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer 1.5.0-SNAPSHOT SUCCESS [  9.491 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  8.492 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.ui 1.5.1-SNAPSHOT SUCCESS [ 10.567 s]
[INFO] org.eclipse.modisco.usecase.simpletransformationschain.ui 1.5.1-SNAPSHOT SUCCESS [ 10.508 s]
[INFO] org.eclipse.modisco.workflow 1.5.0-SNAPSHOT ........ SUCCESS [ 10.394 s]
[INFO] org.eclipse.modisco.workflow.core 1.5.0-SNAPSHOT ... SUCCESS [ 10.282 s]
[INFO] org.eclipse.modisco.workflow.ui 1.5.0-SNAPSHOT ..... SUCCESS [  9.342 s]
[INFO] org.eclipse.modisco.xml.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [ 10.593 s]
[INFO] org.eclipse.modisco.infra.omg.doc 1.5.0-SNAPSHOT ... SUCCESS [  8.843 s]
[INFO] org.eclipse.modisco.infra.omg.feature 1.5.5-SNAPSHOT SUCCESS [ 11.452 s]
[INFO] org.eclipse.modisco.examples.feature 1.5.5-SNAPSHOT  SUCCESS [  9.671 s]
[INFO] org.eclipse.modisco.java.cdo.feature 1.5.5-SNAPSHOT  SUCCESS [ 11.048 s]
[INFO] org.eclipse.modisco.java.doc 1.5.0-SNAPSHOT ........ SUCCESS [  8.459 s]
[INFO] org.eclipse.modisco.java.feature 1.5.5-SNAPSHOT .... SUCCESS [  8.888 s]
[INFO] org.eclipse.modisco.jee.doc 1.5.0-SNAPSHOT ......... SUCCESS [ 10.430 s]
[INFO] org.eclipse.modisco.jee.feature 1.5.5-SNAPSHOT ..... SUCCESS [  6.793 s]
[INFO] org.eclipse.modisco.facet.feature 1.5.5-SNAPSHOT ... SUCCESS [ 10.575 s]
[INFO] org.eclipse.modisco.infrastructure.doc 1.5.0-SNAPSHOT SUCCESS [  9.007 s]
[INFO] org.eclipse.modisco.infra.browser.feature 1.5.5-SNAPSHOT SUCCESS [  8.594 s]
[INFO] org.eclipse.modisco.doc 1.5.0-SNAPSHOT ............. SUCCESS [ 10.394 s]
[INFO] org.eclipse.modisco.infrastructure.feature 1.5.5-SNAPSHOT SUCCESS [  7.221 s]
[INFO] org.eclipse.modisco.xml.doc 1.5.0-SNAPSHOT ......... SUCCESS [  8.814 s]
[INFO] org.eclipse.modisco.xml.feature 1.5.5-SNAPSHOT ..... SUCCESS [ 10.374 s]
[INFO] org.eclipse.modisco.eclipse.feature 1.5.5-SNAPSHOT . SUCCESS [  7.019 s]
[INFO] org.eclipse.modisco.sdk.feature 1.5.5-SNAPSHOT ..... SUCCESS [  9.425 s]
[INFO] org.eclipse.modisco.all.feature 1.5.5-SNAPSHOT ..... SUCCESS [ 10.310 s]
[INFO] org.eclipse.modisco.infra.cdo.derby.feature 1.5.5-SNAPSHOT SUCCESS [  8.728 s]
[INFO] org.eclipse.modisco.utils.chart.feature 1.5.5-SNAPSHOT SUCCESS [ 10.211 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.feature 1.5.5-SNAPSHOT SUCCESS [  8.966 s]
[INFO] org.eclipse.modisco.thirdparties 1.5.5-SNAPSHOT .... SUCCESS [  8.472 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.doc 1.5.0-SNAPSHOT SUCCESS [  6.866 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.feature 1.5.5-SNAPSHOT SUCCESS [  6.841 s]
[INFO] org.eclipse.modisco.usecase.simpletransformationchain.doc 1.5.0-SNAPSHOT SUCCESS [  7.006 s]
[INFO] org.eclipse.modisco.usecase.simpletransformationschain.feature 1.5.5-SNAPSHOT SUCCESS [  7.234 s]
[INFO] org.eclipse.modisco.common.tests 1.5.1-SNAPSHOT .... SUCCESS [  7.548 s]
[INFO] org.eclipse.modisco.facet.util.tests.swtbot 1.5.3-SNAPSHOT SUCCESS [  7.550 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark 1.5.0-SNAPSHOT SUCCESS [  7.180 s]
[INFO] org.eclipse.modisco.java.classiceobject 1.5.0-SNAPSHOT SUCCESS [  8.530 s]
[INFO] org.eclipse.modisco.java.nousages 1.5.0-SNAPSHOT ... SUCCESS [  9.065 s]
[INFO] org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark 1.5.0-SNAPSHOT SUCCESS [  7.053 s]
[INFO] org.eclipse.modisco.java.nousages.cdo 1.5.0-SNAPSHOT SUCCESS [  9.212 s]
[INFO] org.eclipse.modisco.java.discoverer.benchmark 1.5.0-SNAPSHOT SUCCESS [  9.093 s]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests 1.5.0-SNAPSHOT SUCCESS [ 28.829 s]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.uml.tests 1.5.0-SNAPSHOT SUCCESS [ 29.724 s]
[INFO] org.eclipse.modisco.infra.query.tests 1.5.0-SNAPSHOT SUCCESS [01:16 min]
[INFO] org.eclipse.modisco.infra.browser.custom.tests 1.5.0-SNAPSHOT SUCCESS [ 42.715 s]
[INFO] org.eclipse.modisco.infra.browser.tests 1.5.3-SNAPSHOT SUCCESS [ 18.784 s]
[INFO] org.eclipse.modisco.infra.common.core.tests 1.5.0-SNAPSHOT SUCCESS [ 32.750 s]
[INFO] org.eclipse.modisco.infra.discovery.core.tests 1.5.0-SNAPSHOT SUCCESS [ 17.313 s]
[INFO] org.eclipse.modisco.infra.discovery.ui.tests 1.5.0-SNAPSHOT SUCCESS [ 16.956 s]
[INFO] org.eclipse.modisco.infra.doc.tests 1.5.0-SNAPSHOT . SUCCESS [ 16.145 s]
[INFO] org.eclipse.modisco.infra.facet.tests 1.5.0-SNAPSHOT SUCCESS [01:17 min]
[INFO] org.eclipse.modisco.java.browser.customization.tests 1.5.0-SNAPSHOT SUCCESS [ 21.301 s]
[INFO] org.eclipse.modisco.java.discoverer.tests 1.5.5-SNAPSHOT SUCCESS [ 52.196 s]
[INFO] org.eclipse.modisco.java.composition.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 19.747 s]
[INFO] org.eclipse.modisco.java.discoverer.benchmark.tests 1.5.0-SNAPSHOT SUCCESS [ 12.873 s]
[INFO] org.eclipse.modisco.java.discoverer.cdo.tests 1.5.0-SNAPSHOT SUCCESS [ 17.569 s]
[INFO] org.eclipse.modisco.java.generation.tests 1.5.0-SNAPSHOT SUCCESS [ 19.259 s]
[INFO] org.eclipse.modisco.java.queries.tests 1.5.0-SNAPSHOT SUCCESS [ 18.536 s]
[INFO] org.eclipse.modisco.jee.ejbjar.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 17.983 s]
[INFO] org.eclipse.modisco.jee.jsp.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 30.198 s]
[INFO] org.eclipse.modisco.jee.jsp.generation.tests 1.5.3-SNAPSHOT SUCCESS [ 24.939 s]
[INFO] org.eclipse.modisco.jee.queries.tests 1.5.0-SNAPSHOT SUCCESS [ 17.585 s]
[INFO] org.eclipse.modisco.jee.webapp.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 20.122 s]
[INFO] org.eclipse.modisco.kdm.uml2converter.tests 1.5.1-SNAPSHOT SUCCESS [ 31.938 s]
[INFO] org.eclipse.modisco.xml.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 19.055 s]
[INFO] org.eclipse.modisco.tests 1.5.0-SNAPSHOT ........... SUCCESS [ 18.195 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.tests 1.5.1-SNAPSHOT SUCCESS [ 25.113 s]
[INFO] org.eclipse.modisco.updatesite 1.5.5-SNAPSHOT ...... SUCCESS [ 11.525 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  39:18 min
[INFO] Finished at: 2024-05-26T08:04:38Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Triggering a new build of justj-promoter
Finished: SUCCESS