Skip to content
Success

Console Output

Started by user Ed Willink
Running as Ed Willink
Agent centos-7-7qwhp is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-7qwhp"
  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-7qwhp"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-7qwhp"
    - 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-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-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-7qwhp (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 5624737549788b882a0647cf81ef9c2b8fe84eed (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5624737549788b882a0647cf81ef9c2b8fe84eed # timeout=10
Commit message: "[582987] Preserve timestamp"
 > git rev-list --no-walk 5624737549788b882a0647cf81ef9c2b8fe84eed # 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 :92 -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


Mon Mar  4 11:05:23 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5992
 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=milestone -DBUILD_ALIAS= -DBUILD_TYPE=milestone -DBUILD_ALIAS= -Dmaven.repo.local=/home/jenkins/agent/workspace/modisco-master/.repository --show-version clean verify -Pmilestone -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.1.11-200.fc37.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.4-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.4-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/stable.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@49ed96e3
[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.v20240304-1105
[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.v20240304-1105
[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
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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
[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.v20240304-1105
[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
[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.v20240304-1105
[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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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
[WARNING] The POM for commons-cli:commons-cli:jar:1.6.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-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.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.omg.feature:xml:p2artifacts:1.5.4-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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.examples.feature/target/org.eclipse.modisco.examples.feature-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.examples.feature:xml:p2artifacts:1.5.4-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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-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.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.cdo.feature:xml:p2artifacts:1.5.4-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.v20240304-1105
[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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.java.feature/target/org.eclipse.modisco.java.feature-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.feature:xml:p2artifacts:1.5.4-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.v20240304-1105
[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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.jee.feature/target/org.eclipse.modisco.jee.feature-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.jee.feature:xml:p2artifacts:1.5.4-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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.facet.feature/target/org.eclipse.modisco.facet.feature-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.facet.feature:xml:p2artifacts:1.5.4-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.v20240304-1105
[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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-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.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.browser.feature:xml:p2artifacts:1.5.4-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.v20240304-1105
[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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.infrastructure.feature/target/org.eclipse.modisco.infrastructure.feature-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infrastructure.feature:xml:p2artifacts:1.5.4-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.v20240304-1105
[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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.xml.feature/target/org.eclipse.modisco.xml.feature-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.xml.feature:xml:p2artifacts:1.5.4-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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.eclipse.feature/target/org.eclipse.modisco.eclipse.feature-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.eclipse.feature:xml:p2artifacts:1.5.4-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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.sdk.feature/target/org.eclipse.modisco.sdk.feature-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.sdk.feature:xml:p2artifacts:1.5.4-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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.all.feature/target/org.eclipse.modisco.all.feature-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.all.feature:xml:p2artifacts:1.5.4-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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-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.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.cdo.derby.feature:xml:p2artifacts:1.5.4-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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-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.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.utils.chart.feature:xml:p2artifacts:1.5.4-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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-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.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.infra.discovery.benchmark.feature:xml:p2artifacts:1.5.4-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --------< org.eclipse.modisco:org.eclipse.modisco.thirdparties >--------
[INFO] Building org.eclipse.modisco.thirdparties 1.5.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/modisco-master/org.eclipse.modisco.thirdparties.feature/target/org.eclipse.modisco.thirdparties-1.5.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.thirdparties:xml:p2artifacts:1.5.4-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.v20240304-1105
[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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-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.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.modelfilter.feature:xml:p2artifacts:1.5.4-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.v20240304-1105
[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.4-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.4-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.4.v20240304-1105
[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.4-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.4-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.4-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.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.usecase.simpletransformationschain.feature:xml:p2artifacts:1.5.4-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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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.v20240304-1105
[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
[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.v20240304-1105
[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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:15:43.513 -----------------------------------------------
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-03-04 11:15:49.803
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:15:49 +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.071 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.843 s
org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.Tests.bug308991 -- Time elapsed: 7.038 s
org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.Tests.jdkAndEclipseFacets -- Time elapsed: 0.013 s
org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests.Tests.javaExample -- Time elapsed: 1.128 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-03-04 11:16:00.996
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:16:05.325 -----------------------------------------------
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-03-04 11:16:11.743
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:16:11 +0000
Running org.eclipse.modisco.infra.browser.custom.examples.uml.tests.AllTestsInUIThread
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.498 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.062 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.888 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.subClassifiers -- Time elapsed: 0.794 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.umlFacets -- Time elapsed: 0.007 s
org.eclipse.modisco.infra.browser.custom.examples.uml.tests.Tests.bug308991 -- Time elapsed: 5.708 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-03-04 11:16:22.939
!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
[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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:16:29.572 -----------------------------------------------
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-03-04 11:16:35.314
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:16:35 +0000
Running org.eclipse.modisco.infra.query.tests.AllTestsInUIThread
Tests run: 36, Failures: 0, Errors: 0, Skipped: 11, Time elapsed: 60.63 s -- in org.eclipse.modisco.infra.query.tests.AllTestsInUIThread
org.eclipse.modisco.infra.query.tests.UnitTests.returnTypeMulti -- Time elapsed: 5.749 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.wrongImplementationClassInterface -- Time elapsed: 2.272 s
org.eclipse.modisco.infra.query.tests.UnitTests.oclQueryTest2 -- Time elapsed: 2.471 s
org.eclipse.modisco.infra.query.tests.UnitTests.oclQueryTest3 -- Time elapsed: 1.734 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.002 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug306724 -- Time elapsed: 5.157 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.bug307187 -- Time elapsed: 2.127 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug309657 -- Time elapsed: 6.375 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug310269 -- Time elapsed: 3.147 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug310599 -- Time elapsed: 5.277 s
org.eclipse.modisco.infra.query.tests.UnitTests.wrongName -- Time elapsed: 2.109 s
org.eclipse.modisco.infra.query.tests.UnitTests.resourceSet2 -- Time elapsed: 2.114 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.068 s
org.eclipse.modisco.infra.query.tests.UnitTests.scope -- Time elapsed: 2.145 s
org.eclipse.modisco.infra.query.tests.UnitTests skipped
org.eclipse.modisco.infra.query.tests.UnitTests.installedQuery01 -- Time elapsed: 0.001 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.151 s
org.eclipse.modisco.infra.query.tests.UnitTests.parameterUniqueName -- Time elapsed: 2.145 s
org.eclipse.modisco.infra.query.tests.UnitTests.wrongImplementationClassName -- Time elapsed: 2.084 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.045 s
org.eclipse.modisco.infra.query.tests.UnitTests.nullResultType -- Time elapsed: 2.139 s
org.eclipse.modisco.infra.query.tests.UnitTests.bug310599v2 -- Time elapsed: 7.260 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:17:36.983
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:17:39.491 -----------------------------------------------
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-03-04 11:17:46.190
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:17:46 +0000
Running org.eclipse.modisco.infra.browser.custom.tests.AllTestsInUIThread
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.64 s -- in org.eclipse.modisco.infra.browser.custom.tests.AllTestsInUIThread
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.test001 -- Time elapsed: 7.712 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug306724 -- Time elapsed: 5.328 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug307187 -- Time elapsed: 2.124 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug309657 -- Time elapsed: 4.173 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug336502 -- Time elapsed: 0.042 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.bug341222 -- Time elapsed: 0.014 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.038 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.005 s
org.eclipse.modisco.infra.browser.custom.tests.BrowserCustomTest.testUICustomWithCondition -- Time elapsed: 0.003 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.140 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:18:11.001
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:18:15.932 -----------------------------------------------
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-03-04 11:18:22.079
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:18:22 +0000
Running org.eclipse.modisco.infra.browser.tests.AllTestsNotInUIThread
Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.083 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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:18:27.936 -----------------------------------------------
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-03-04 11:18:34.390
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:18:34 +0000
Running org.eclipse.modisco.infra.common.core.tests.AllTestsInUIThread
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.45 s -- in org.eclipse.modisco.infra.common.core.tests.AllTestsInUIThread
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testCreateAttribute -- Time elapsed: 0.009 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 s
org.eclipse.modisco.infra.common.core.tests.MetaclassInstancesTest.testWithPackageAndClasses2 -- Time elapsed: 0.001 s
org.eclipse.modisco.infra.common.core.tests.EcoreCatalogTest.bug309657 -- Time elapsed: 8.193 s
org.eclipse.modisco.infra.common.core.tests.EcoreCatalogTest.bug309990 -- Time elapsed: 5.284 s
org.eclipse.modisco.infra.common.core.tests.ProjectUtilsTest.importBundle -- Time elapsed: 0.701 s
org.eclipse.modisco.infra.common.core.tests.ModelUtilsTest.testComputeReferencedEPackages -- Time elapsed: 0.017 s
org.eclipse.modisco.infra.common.core.tests.Bug336903Test.test336903 -- Time elapsed: 0.188 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:18:50.320
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:18:54.386 -----------------------------------------------
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-03-04 11:19:00.937
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:19:00 +0000
Running org.eclipse.modisco.infra.discovery.core.tests.AllTestsInUIThread
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s -- in org.eclipse.modisco.infra.discovery.core.tests.AllTestsInUIThread
org.eclipse.modisco.infra.discovery.core.tests.TestAnnotationsControls.testControls -- Time elapsed: 0.008 s
org.eclipse.modisco.infra.discovery.core.tests.TestDiscoverersReferential.testParametersGenericAPI -- Time elapsed: 0.069 s
org.eclipse.modisco.infra.discovery.core.tests.TestDiscoverersReferential.testDiscovererReferential -- Time elapsed: 0.087 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.001 s
org.eclipse.modisco.infra.discovery.core.tests.TestAbstractModelDiscoverer.testAbstractModelDiscoverer -- Time elapsed: 0.144 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-03-04 11:19:02.281
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:19:07.228 -----------------------------------------------
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-03-04 11:19:13.634
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:19:13 +0000
Running org.eclipse.modisco.infra.discovery.ui.tests.AllTestsInUIThread

!ENTRY org.eclipse.modisco.infra.common.core 4 0 2024-03-04 11:19:13.847
!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.v20240304-1105)
!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:5039)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
	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:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	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-03-04 11:19:13.850
!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.v20240304-1105)
!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:5039)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
	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:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	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.152 s -- in org.eclipse.modisco.infra.discovery.ui.tests.AllTestsInUIThread
org.eclipse.modisco.infra.discovery.ui.tests.TestDiscovererUI.testDiscovererUIExtension -- Time elapsed: 0.125 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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:19:18.427 -----------------------------------------------
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-03-04 11:19:24.133
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:19:24 +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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:19:29.902 -----------------------------------------------
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-03-04 11:19:36.690
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:19:36 +0000
Running org.eclipse.modisco.infra.facet.tests.AllTestsInUIThread

!ENTRY org.eclipse.modisco.infra.common.core 4 0 2024-03-04 11:20:29.032
!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.v20240304-1105)
!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:5039)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
	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:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	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: 58.33 s -- in org.eclipse.modisco.infra.facet.tests.AllTestsInUIThread
org.eclipse.modisco.infra.facet.tests.FacetTests.wrongIsAbstract -- Time elapsed: 7.303 s
org.eclipse.modisco.infra.facet.tests.FacetTests skipped
org.eclipse.modisco.infra.facet.tests.FacetTests.test002 -- Time elapsed: 4.285 s
org.eclipse.modisco.infra.facet.tests.FacetTests.test003 -- Time elapsed: 3.240 s
org.eclipse.modisco.infra.facet.tests.FacetTests.emptyNsURI -- Time elapsed: 2.038 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug301692 -- Time elapsed: 0.003 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug304798 -- Time elapsed: 3.088 s
org.eclipse.modisco.infra.facet.tests.FacetTests skipped
org.eclipse.modisco.infra.facet.tests.FacetTests.bug307715 -- Time elapsed: 0.135 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug308614 -- Time elapsed: 2.955 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug308947 -- Time elapsed: 3.817 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug309657 -- Time elapsed: 3.158 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug309990 -- Time elapsed: 5.345 s
org.eclipse.modisco.infra.facet.tests.FacetTests skipped
org.eclipse.modisco.infra.facet.tests.FacetTests.bug311684 -- Time elapsed: 6.211 s
org.eclipse.modisco.infra.facet.tests.FacetTests.wrongName -- Time elapsed: 2.103 s
org.eclipse.modisco.infra.facet.tests.FacetTests.wrongNbOfSuperType -- Time elapsed: 2.045 s
org.eclipse.modisco.infra.facet.tests.FacetTests.compo -- Time elapsed: 1.181 s
org.eclipse.modisco.infra.facet.tests.FacetTests.emptyExtendedPackages -- Time elapsed: 2.054 s
org.eclipse.modisco.infra.facet.tests.FacetTests.emptyNsPrefix -- Time elapsed: 2.045 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug307715v2 -- Time elapsed: 1.234 s
org.eclipse.modisco.infra.facet.tests.FacetTests.bug310279_3 -- Time elapsed: 6.032 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:20:35.957
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:20:40.266 -----------------------------------------------
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-03-04 11:20:47.178
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:20:47 +0000
Running org.eclipse.modisco.java.browser.customization.test.AllTestsInUIThread
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.877 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.828 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.4-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.4-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.4.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:20:54.847 -----------------------------------------------
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-03-04 11:21:01.624
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:21:01 +0000
Running org.eclipse.modisco.java.discoverer.tests.AllTestsInUIThread
javaToKdm executed in 0.094s.
javaToKdm executed in 0.095s.
javaToKdm executed in 0.065s.
javaToKdm executed in 0.057s.
javaToKdm executed in 0.291s.
javaToKdm executed in 0.043s.

!ENTRY org.eclipse.modisco.java.discoverer.tests 1 0 2024-03-04 11:21:19.121
!MESSAGE Begin validation

!ENTRY org.eclipse.modisco.java.discoverer.tests 1 0 2024-03-04 11:21:19.126
!MESSAGE End validation
javaToKdm executed in 0.028s.
javaToKdm executed in 0.501s.
javaToKdm executed in 0.691s.
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.43 s -- in org.eclipse.modisco.java.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.java.discoverer.tests.Bug329423CommentsTest.testIsolatedComments -- Time elapsed: 3.080 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testKdmComments -- Time elapsed: 0.987 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testArrayAsAnnotationValue -- Time elapsed: 0.507 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testInterfaceMethodVisibility -- Time elapsed: 0.469 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testBug318631_JavaToKdmTransformation -- Time elapsed: 0.501 s
org.eclipse.modisco.java.discoverer.tests.Java2KdmConverterTest.testBug326944_JavaToKdmTransformation -- Time elapsed: 0.245 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.modifiers -- Time elapsed: 2.470 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.proxyField -- Time elapsed: 1.597 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.test001 -- Time elapsed: 1.320 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.test002 -- Time elapsed: 0.963 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.test003 -- Time elapsed: 1.007 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.annotations -- Time elapsed: 1.097 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.comments -- Time elapsed: 1.096 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.duplicateproxy -- Time elapsed: 1.125 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.validation -- Time elapsed: 0.911 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.testBug325108 -- Time elapsed: 1.079 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.varargs -- Time elapsed: 1.128 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.parameterizedtypeinmethoddecl -- Time elapsed: 0.994 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.initializer -- Time elapsed: 1.081 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.classorifaceproxy -- Time elapsed: 1.024 s
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.packageaccess -- Time elapsed: 1.077 s
org.eclipse.modisco.java.discoverer.tests.JavaProject2KdmTest.testBug338874_InfixExpressionWithVariables -- Time elapsed: 1.030 s
org.eclipse.modisco.java.discoverer.tests.ParameterizedDiscovery.testBug319606 -- Time elapsed: 1.216 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxConverter.testConversionOfJavaModelToKdmModel -- Time elapsed: 0.771 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxConverter.testValidationOfKdmModelConvertedFromJavaModel -- Time elapsed: 0.956 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxDiscovery.testValidationOfJavaModelDiscoveryFromJavaProject -- Time elapsed: 0.610 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxDiscovery.testJavaModelDiscoveryFromJavaProject -- Time elapsed: 1.029 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxDiscovery.testBug312080_unresolvedFields -- Time elapsed: 0.841 s
org.eclipse.modisco.java.discoverer.tests.SimpleBlackBoxDiscovery.testBug328143_unboundVM -- Time elapsed: 1.257 s
org.eclipse.modisco.java.discoverer.tests.Bug351590ClassCastWithAnnotationMemberTest.testMethodInvocationToAnnotationMember -- Time elapsed: 0.908 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:21:34.844
!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.4-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.4-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.4-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.4-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.4-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.modisco:org.eclipse.modisco.java.discoverer.tests:xml:p2artifacts:1.5.4-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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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.108 s -- in org.eclipse.modisco.java.composition.discoverer.tests.StrategySourceJavaTests
org.eclipse.modisco.java.composition.discoverer.tests.StrategySourceJavaTests.testBug332323_classInDefaultPackage -- Time elapsed: 3.081 s
Running org.eclipse.modisco.java.composition.discoverer.tests.CompositeDiscoveryTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.874 s -- in org.eclipse.modisco.java.composition.discoverer.tests.CompositeDiscoveryTests
org.eclipse.modisco.java.composition.discoverer.tests.CompositeDiscoveryTests.testBug332068_packageinfos -- Time elapsed: 0.873 s
Running org.eclipse.modisco.java.composition.discoverer.tests.TestMemoryUsage
Memory used: 204472320 = 550502400 - 346030080
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.279 s -- in org.eclipse.modisco.java.composition.discoverer.tests.TestMemoryUsage
org.eclipse.modisco.java.composition.discoverer.tests.TestMemoryUsage.test002 -- Time elapsed: 2.278 s
Running org.eclipse.modisco.java.composition.discoverer.tests.TestJavaApp
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s -- in org.eclipse.modisco.java.composition.discoverer.tests.TestJavaApp
org.eclipse.modisco.java.composition.discoverer.tests.TestJavaApp.test001 -- Time elapsed: 1.005 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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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.025 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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:22:00.794 -----------------------------------------------
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-03-04 11:22:06.521
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:22:06 +0000
Running org.eclipse.modisco.java.discoverer.cdo.tests.AllTestsInUIThread
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.032 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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:22:11.728 -----------------------------------------------
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-03-04 11:22:17.618
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:22:17 +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.693 s -- in org.eclipse.modisco.java.generation.tests.AllTestsInUIThread
org.eclipse.modisco.java.generation.tests.Bug329672CommentsTest.testBug329672Comments -- Time elapsed: 1.663 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-03-04 11:22:20.295
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:22:25.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.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-03-04 11:22:31.713
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:22:31 +0000
Running org.eclipse.modisco.java.queries.tests.AllTestsInUIThread
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.572 s -- in org.eclipse.modisco.java.queries.tests.AllTestsInUIThread
org.eclipse.modisco.java.queries.tests.TextJavaQueriesTest.bug310838 -- Time elapsed: 1.387 s
org.eclipse.modisco.java.queries.tests.TextJavaQueriesTest.textJavaQueriesTest -- Time elapsed: 0.041 s
org.eclipse.modisco.java.queries.tests.ModifierJavaQueriesTest.modifierJavaQueriesTest -- Time elapsed: 0.073 s
org.eclipse.modisco.java.queries.tests.Bug308303Test.textJavaQueriesTest -- Time elapsed: 0.038 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:22:34.205
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:22:38.181 -----------------------------------------------
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-03-04 11:22:44.539
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:22:44 +0000
Running org.eclipse.modisco.jee.ejbjar.discoverer.tests.AllTestsInUIThread
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.530 s -- in org.eclipse.modisco.jee.ejbjar.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar11.test001 -- Time elapsed: 0.130 s
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar20.test001 -- Time elapsed: 0.055 s
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar21.test001 -- Time elapsed: 0.044 s
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar30.test001 -- Time elapsed: 0.182 s
org.eclipse.modisco.jee.ejbjar.discoverer.tests.TestEjbJar31.test001 -- Time elapsed: 0.095 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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:22:49.689 -----------------------------------------------
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-03-04 11:22:56.177
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:22:56 +0000
Running org.eclipse.modisco.jee.jsp.discoverer.tests.AllTestsInUIThread
Memory used: 205520896 = 653262848 - 447741952
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.753 s -- in org.eclipse.modisco.jee.jsp.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.jee.jsp.discoverer.tests.TestJsp.test1 -- Time elapsed: 4.332 s
org.eclipse.modisco.jee.jsp.discoverer.tests.TestJSPStdAction.test1 -- Time elapsed: 1.087 s
org.eclipse.modisco.jee.jsp.discoverer.tests.TestMemory.memoryTest -- Time elapsed: 2.471 s
org.eclipse.modisco.jee.jsp.discoverer.tests.TestHtml.test1 -- Time elapsed: 0.807 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:23:06.161
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:23:10.027 -----------------------------------------------
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-03-04 11:23:16.243
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:23:16 +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: 5.101 s -- in org.eclipse.modisco.jee.jsp.generation.tests.AllTestsInUIThread
org.eclipse.modisco.jee.jsp.generation.tests.DiffGeneratedJspTest.testJspFileExistence -- Time elapsed: 5.073 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:23:22.291
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:23:27.590 -----------------------------------------------
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-03-04 11:23:34.307
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:23:34 +0000
Running org.eclipse.modisco.jee.queries.tests.AllTestsInUIThread
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.067 s -- in org.eclipse.modisco.jee.queries.tests.AllTestsInUIThread
org.eclipse.modisco.jee.queries.tests.JeeEjbAnnotationsTests.test -- Time elapsed: 1.014 s
org.eclipse.modisco.jee.queries.tests.JeeJpaAnnotations.test -- Time elapsed: 0.004 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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:23:40.286 -----------------------------------------------
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-03-04 11:23:46.888
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:23:46 +0000
Running org.eclipse.modisco.jee.webapp.discoverer.tests.AllTestsInUIThread

!ENTRY org.eclipse.modisco.jee.webapp.discoverer 2 0 2024-03-04 11:23:47.303
!MESSAGE Unknown feature detected:org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@1b5d1d9 (mixed: [j2ee:web-app=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@703a2bc9 (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@790d629a (mixed: [ecore.xml.type:text=  
		, j2ee:description=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@346e5cc (mixed: [ecore.xml.type:text=description-example], anyAttribute: null), ecore.xml.type:text=  	
		, j2ee:param-name=org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@2cd2c764 (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@d17d554 (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.v20240304-1105)
!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:5039)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
	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:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	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: 0.755 s -- in org.eclipse.modisco.jee.webapp.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.jee.webapp.discoverer.tests.TestCommentedDocType.test001 -- Time elapsed: 0.120 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestNoVersion.test001 -- Time elapsed: 0.043 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestNoUri.test001 -- Time elapsed: 0.164 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml22.test001 -- Time elapsed: 0.040 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml23.test001 -- Time elapsed: 0.063 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml24.test001 -- Time elapsed: 0.073 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml25.test001 -- Time elapsed: 0.052 s
org.eclipse.modisco.jee.webapp.discoverer.tests.TestWebXml30.test001 -- Time elapsed: 0.161 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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:23:53.419 -----------------------------------------------
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-03-04 11:24:00.550
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:24:00 +0000
Running org.eclipse.modisco.kdm.uml2converter.tests.AllTestsInUIThread
ATL2WTracer executed in 0.575s.
KDMtoUML executed in 0.61s.
KDMtoUML executed in 0.612s.
KDMtoUML executed in 0.327s.
KDMtoUML executed in 0.187s.
metamodel contains several classifiers with same name: ElementRef
KDMtoUML executed in 0.39s.
metamodel contains several classifiers with same name: ElementRef
KDMtoUML executed in 0.514s.
metamodel contains several classifiers with same name: ElementRef
KDMtoUML executed in 0.492s.
metamodel contains several classifiers with same name: ElementRef
KDMtoUML executed in 0.424s.
Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 10.27 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.182 s
org.eclipse.modisco.kdm.uml2converter.tests.HotTransformationTest skipped
org.eclipse.modisco.kdm.uml2converter.tests.HotTransformationTest.testProducingTransformationWithTraceability -- Time elapsed: 2.534 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2ConverterTest.testValidationOfConvertedSourceUmlModel -- Time elapsed: 1.586 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2ConverterTest.testKdmToUmlConverter -- Time elapsed: 1.305 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2ConverterTest.testKdmToUmlConverter_bug318638 -- Time elapsed: 0.970 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2ConverterTest.testKdmSourceToUmlConverter_bug315355 -- Time elapsed: 0.552 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2WithTracesConverterTest.testValidationOfConvertedSourceUmlModel -- Time elapsed: 0.608 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2WithTracesConverterTest.testKdmToUmlConverter -- Time elapsed: 0.879 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2WithTracesConverterTest.testKdmToUmlConverter_bug318638 -- Time elapsed: 0.918 s
org.eclipse.modisco.kdm.uml2converter.tests.KdmToUml2WithTracesConverterTest.testKdmSourceToUmlConverter_bug315355 -- Time elapsed: 0.708 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:24:11.892
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:24:15.979 -----------------------------------------------
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-03-04 11:24:22.600
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:24:22 +0000
Running org.eclipse.modisco.xml.discoverer.tests.AllTestsInUIThread
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.modisco.xml.discoverer.tests.AllTestsInUIThread
org.eclipse.modisco.xml.discoverer.tests.Test001.test001 -- Time elapsed: 0.231 s
org.eclipse.modisco.xml.discoverer.tests.Test002.test001 -- Time elapsed: 0.026 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:24:23.833
!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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:24:29.604 -----------------------------------------------
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-03-04 11:24:35.810
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:24:35 +0000
Running org.eclipse.modisco.tests.AllTestsInUIThread
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.modisco.tests.AllTestsInUIThread
org.eclipse.modisco.tests.BundleTest.provider -- Time elapsed: 0.039 s
org.eclipse.modisco.tests.BundleTest.name -- Time elapsed: 0.003 s
org.eclipse.modisco.tests.BundleTest.about -- Time elapsed: 0.042 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.v20240304-1105
[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.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.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-03-04 11:24:41.740 -----------------------------------------------
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-03-04 11:24:48.940
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-03-04 11:24:48 +0000
Running org.eclipse.modisco.usecase.modelfilter.tests.AllTestsInUIThread
javaToKdm executed in 0.383s.
KDMtoUML executed in 0.399s.
javaToKdm executed in 0.151s.
KDMtoUML executed in 0.039s.
javaToKdm executed in 0.073s.
KDMtoUML executed in 0.052s.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.195 s -- in org.eclipse.modisco.usecase.modelfilter.tests.AllTestsInUIThread
org.eclipse.modisco.usecase.modelfilter.tests.SimpleBlackBoxDiscovery.testValidationOfUmlModelDiscoveryFromJavaProject -- Time elapsed: 6.489 s
org.eclipse.modisco.usecase.modelfilter.tests.SimpleBlackBoxDiscovery.testUmlModelFromJavaProjectWithReferenceModel -- Time elapsed: 1.669 s
org.eclipse.modisco.usecase.modelfilter.tests.SimpleBlackBoxDiscovery.testUmlModelDiscoveryFromJavaProject -- Time elapsed: 1.012 s

Results:

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


!ENTRY org.eclipse.core.resources 2 10035 2024-03-04 11:24:58.981
!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.4-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.4-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.4.v20240304-1105
[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] 
[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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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] [d69ee7b6-9121-4aac-866c-85c94d0c1a86][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.4.S202403041105.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.4-SNAPSHOT .... SUCCESS [  1.271 s]
[INFO] org.eclipse.modisco-folder 1.5.4-SNAPSHOT .......... SUCCESS [  0.012 s]
[INFO] org.eclipse.modisco.facet.common.core 1.5.0-SNAPSHOT SUCCESS [ 58.513 s]
[INFO] org.eclipse.modisco.facet.util.core 1.5.0-SNAPSHOT . SUCCESS [  3.191 s]
[INFO] org.eclipse.modisco.facet.common.ui 1.5.0-SNAPSHOT . SUCCESS [ 38.312 s]
[INFO] org.eclipse.modisco.facet.util.emf.catalog.metamodel 1.5.0-SNAPSHOT SUCCESS [  2.989 s]
[INFO] org.eclipse.modisco.facet.util.emf.catalog 1.5.0-SNAPSHOT SUCCESS [  2.816 s]
[INFO] org.eclipse.modisco.facet.util.pde.core 1.5.0-SNAPSHOT SUCCESS [ 10.914 s]
[INFO] org.eclipse.modisco.facet.util.emf.core 1.5.0-SNAPSHOT SUCCESS [  4.372 s]
[INFO] org.eclipse.modisco.facet.efacet.metamodel 1.5.0-SNAPSHOT SUCCESS [  3.925 s]
[INFO] org.eclipse.modisco.facet.util.ui 1.5.0-SNAPSHOT ... SUCCESS [  2.956 s]
[INFO] org.eclipse.modisco.facet.util.swt 1.5.0-SNAPSHOT .. SUCCESS [  2.249 s]
[INFO] org.eclipse.modisco.facet.util.emf.ui 1.5.0-SNAPSHOT SUCCESS [  4.439 s]
[INFO] org.eclipse.modisco.facet.efacet.core 1.5.0-SNAPSHOT SUCCESS [  4.300 s]
[INFO] org.eclipse.modisco.facet.custom.metamodel 1.5.0-SNAPSHOT SUCCESS [  3.346 s]
[INFO] org.eclipse.modisco.facet.custom.core 1.5.0-SNAPSHOT SUCCESS [  2.825 s]
[INFO] org.eclipse.modisco.facet.query.java.metamodel 1.5.0-SNAPSHOT SUCCESS [  2.588 s]
[INFO] org.eclipse.modisco.facet.query.java.core 1.5.0-SNAPSHOT SUCCESS [  2.341 s]
[INFO] org.eclipse.modisco.facet.util.jface.ui 1.5.0-SNAPSHOT SUCCESS [  2.352 s]
[INFO] org.eclipse.modisco.facet.efacet.ui 1.5.0-SNAPSHOT . SUCCESS [  3.883 s]
[INFO] org.eclipse.modisco.facet.custom.ui 1.5.0-SNAPSHOT . SUCCESS [  3.487 s]
[INFO] org.eclipse.modisco.facet.efacet.edit.core 1.5.0-SNAPSHOT SUCCESS [  3.122 s]
[INFO] org.eclipse.modisco.facet.widgets 1.5.0-SNAPSHOT ... SUCCESS [  3.184 s]
[INFO] org.eclipse.modisco.facet.widgets.celleditors 1.5.0-SNAPSHOT SUCCESS [  3.596 s]
[INFO] org.eclipse.modisco.facet.widgets.celleditors.ecore 1.5.0-SNAPSHOT SUCCESS [  2.828 s]
[INFO] org.eclipse.modisco.examples 1.5.0-SNAPSHOT ........ SUCCESS [  1.680 s]
[INFO] org.eclipse.modisco.infra.common.core 1.5.0-SNAPSHOT SUCCESS [  3.729 s]
[INFO] org.eclipse.modisco.infra.common.ui 1.5.0-SNAPSHOT . SUCCESS [ 11.841 s]
[INFO] org.eclipse.modisco.infra.query 1.5.0-SNAPSHOT ..... SUCCESS [  2.866 s]
[INFO] org.eclipse.modisco.infra.facet 1.5.0-SNAPSHOT ..... SUCCESS [  4.138 s]
[INFO] org.eclipse.modisco.util.emf.core 1.5.0-SNAPSHOT ... SUCCESS [  2.155 s]
[INFO] org.eclipse.modisco.infra.query.core 1.5.0-SNAPSHOT  SUCCESS [  3.165 s]
[INFO] org.eclipse.modisco.infra.facet.core 1.5.0-SNAPSHOT  SUCCESS [  2.207 s]
[INFO] org.eclipse.modisco.infra.browser.custom 1.5.0-SNAPSHOT SUCCESS [  2.580 s]
[INFO] org.eclipse.modisco.infra.browser.custom.core 1.5.0-SNAPSHOT SUCCESS [  2.239 s]
[INFO] org.eclipse.modisco.infra.browser.uicore 1.5.0-SNAPSHOT SUCCESS [  3.640 s]
[INFO] org.eclipse.modisco.infra.query.edit 1.5.0-SNAPSHOT  SUCCESS [  2.248 s]
[INFO] org.eclipse.modisco.infra.facet.edit 1.5.0-SNAPSHOT  SUCCESS [  2.373 s]
[INFO] org.eclipse.modisco.infra.facet.editor 1.5.0-SNAPSHOT SUCCESS [  3.087 s]
[INFO] org.eclipse.modisco.infra.facet.ui 1.5.0-SNAPSHOT .. SUCCESS [  2.531 s]
[INFO] org.eclipse.modisco.infra.query.editor 1.5.0-SNAPSHOT SUCCESS [  3.379 s]
[INFO] org.eclipse.modisco.infra.query.ui 1.5.0-SNAPSHOT .. SUCCESS [  3.973 s]
[INFO] org.eclipse.modisco.infra.browser 1.5.0-SNAPSHOT ... SUCCESS [  4.994 s]
[INFO] org.eclipse.modisco.infra.browser.custom.ui 1.5.0-SNAPSHOT SUCCESS [  2.795 s]
[INFO] org.eclipse.modisco.infra.browser.custom.editor 1.5.0-SNAPSHOT SUCCESS [  3.560 s]
[INFO] org.eclipse.modisco.java 1.5.0-SNAPSHOT ............ SUCCESS [  4.371 s]
[INFO] org.eclipse.modisco.java.queries 1.5.0-SNAPSHOT .... SUCCESS [  2.700 s]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.java.jdk 1.5.0-SNAPSHOT SUCCESS [  3.036 s]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.uml 1.5.0-SNAPSHOT SUCCESS [  3.667 s]
[INFO] org.eclipse.modisco.infra.browser.uicore.examples.cnf 1.5.0-SNAPSHOT SUCCESS [  2.677 s]
[INFO] org.eclipse.modisco.infra.capabilities 1.5.0-SNAPSHOT SUCCESS [  1.798 s]
[INFO] org.eclipse.modisco.infra.common.cdo 1.5.0-SNAPSHOT  SUCCESS [  5.179 s]
[INFO] org.eclipse.modisco.infra.common.cdo.derby 1.5.0-SNAPSHOT SUCCESS [  3.168 s]
[INFO] org.eclipse.modisco.infra.prefuse 1.5.0-SNAPSHOT ... SUCCESS [  6.892 s]
[INFO] org.eclipse.modisco.infra.query.jxpath 1.5.0-SNAPSHOT SUCCESS [  2.133 s]
[INFO] org.eclipse.modisco.java.browser.customization 1.5.0-SNAPSHOT SUCCESS [  3.195 s]
[INFO] org.eclipse.modisco.java.cdo 1.5.0-SNAPSHOT ........ SUCCESS [  3.740 s]
[INFO] org.eclipse.modisco.util.atl.core 1.5.0-SNAPSHOT ... SUCCESS [  3.034 s]
[INFO] org.eclipse.modisco.infra.discovery 1.5.0-SNAPSHOT . SUCCESS [  2.819 s]
[INFO] org.eclipse.modisco.infra.discovery.core 1.5.0-SNAPSHOT SUCCESS [  2.537 s]
[INFO] org.eclipse.modisco.omg.kdm 1.5.0-SNAPSHOT ......... SUCCESS [  9.752 s]
[INFO] org.eclipse.modisco.kdm.source.discoverer 1.5.0-SNAPSHOT SUCCESS [  2.740 s]
[INFO] org.eclipse.modisco.kdm.source.extension 1.5.0-SNAPSHOT SUCCESS [  2.895 s]
[INFO] org.eclipse.modisco.java.discoverer 1.5.4-SNAPSHOT . SUCCESS [  3.698 s]
[INFO] org.eclipse.modisco.java.generation 1.5.0-SNAPSHOT . SUCCESS [  3.651 s]
[INFO] org.eclipse.modisco.omg.kdm.edit 1.5.0-SNAPSHOT .... SUCCESS [  6.997 s]
[INFO] org.eclipse.modisco.tool.metricsvisualizationbuilder 1.5.0-SNAPSHOT SUCCESS [  2.591 s]
[INFO] org.eclipse.modisco.xml 1.5.0-SNAPSHOT ............. SUCCESS [  2.684 s]
[INFO] org.eclipse.modisco.xml.browser.customization 1.5.0-SNAPSHOT SUCCESS [  2.368 s]
[INFO] org.eclipse.modisco.manifest 1.5.0-SNAPSHOT ........ SUCCESS [  1.958 s]
[INFO] org.eclipse.modisco.eclipseplugin 1.5.0-SNAPSHOT ... SUCCESS [  2.114 s]
[INFO] org.eclipse.modisco.manifest.discoverer 1.5.0-SNAPSHOT SUCCESS [  2.055 s]
[INFO] org.eclipse.modisco.properties.discoverer 1.5.0-SNAPSHOT SUCCESS [  1.975 s]
[INFO] org.eclipse.modisco.xml.discoverer 1.5.0-SNAPSHOT .. SUCCESS [  2.409 s]
[INFO] org.eclipse.modisco.eclipseplugin.discoverer 1.5.0-SNAPSHOT SUCCESS [  2.203 s]
[INFO] org.eclipse.modisco.infra.discovery.ui 1.5.0-SNAPSHOT SUCCESS [  4.107 s]
[INFO] org.eclipse.modisco.eclipseplugin.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  2.984 s]
[INFO] org.eclipse.modisco.infra.browser.ecore.core 1.5.0-SNAPSHOT SUCCESS [  2.104 s]
[INFO] org.eclipse.modisco.infra.browser.editor.ui 1.5.0-SNAPSHOT SUCCESS [  2.645 s]
[INFO] org.eclipse.modisco.utils.chart.metamodel 1.5.0-SNAPSHOT SUCCESS [  2.344 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.metamodel 1.5.0-SNAPSHOT SUCCESS [  2.757 s]
[INFO] org.eclipse.modisco.utils.chart.birt.core 1.5.0-SNAPSHOT SUCCESS [  3.723 s]
[INFO] org.eclipse.modisco.utils.core 1.5.0-SNAPSHOT ...... SUCCESS [  2.206 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.core 1.5.0-SNAPSHOT SUCCESS [  4.282 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.ui 1.5.0-SNAPSHOT SUCCESS [  2.564 s]
[INFO] org.eclipse.modisco.java.composition 1.5.0-SNAPSHOT  SUCCESS [  2.746 s]
[INFO] org.eclipse.modisco.java.composition.browser.customization 1.5.0-SNAPSHOT SUCCESS [  3.101 s]
[INFO] org.eclipse.modisco.java.composition.discoverer 1.5.4-SNAPSHOT SUCCESS [  2.518 s]
[INFO] org.eclipse.modisco.java.composition.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  2.695 s]
[INFO] org.eclipse.modisco.kdm.source.extension.ui 1.5.0-SNAPSHOT SUCCESS [  3.320 s]
[INFO] org.eclipse.modisco.java.composition.ui 1.5.0-SNAPSHOT SUCCESS [  2.738 s]
[INFO] org.eclipse.modisco.java.discoverer.cdo 1.5.0-SNAPSHOT SUCCESS [  2.858 s]
[INFO] org.eclipse.modisco.java.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  3.117 s]
[INFO] org.eclipse.modisco.jee 1.5.0-SNAPSHOT ............. SUCCESS [  2.720 s]
[INFO] org.eclipse.modisco.jee.ejbjar 1.5.0-SNAPSHOT ...... SUCCESS [  8.371 s]
[INFO] org.eclipse.modisco.jee.ejbjar.discoverer 1.5.0-SNAPSHOT SUCCESS [  2.733 s]
[INFO] org.eclipse.modisco.jee.ejbjar.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  2.725 s]
[INFO] org.eclipse.modisco.jee.facet 1.5.0-SNAPSHOT ....... SUCCESS [  2.552 s]
[INFO] org.eclipse.modisco.jee.jsp 1.5.0-SNAPSHOT ......... SUCCESS [  2.870 s]
[INFO] org.eclipse.modisco.jee.jsp.browser.customization 1.5.0-SNAPSHOT SUCCESS [  2.219 s]
[INFO] org.eclipse.modisco.jee.jsp.discoverer 1.5.0-SNAPSHOT SUCCESS [  2.376 s]
[INFO] org.eclipse.modisco.jee.jsp.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  2.311 s]
[INFO] org.eclipse.modisco.jee.jsp.generation 1.5.0-SNAPSHOT SUCCESS [  2.121 s]
[INFO] org.eclipse.modisco.jee.queries 1.5.0-SNAPSHOT ..... SUCCESS [  3.561 s]
[INFO] org.eclipse.modisco.jee.webapp 1.5.0-SNAPSHOT ...... SUCCESS [  7.791 s]
[INFO] org.eclipse.modisco.jee.webapp.discoverer 1.5.0-SNAPSHOT SUCCESS [  2.244 s]
[INFO] org.eclipse.modisco.jee.webapp.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  2.665 s]
[INFO] org.eclipse.modisco.kdm.source.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  2.221 s]
[INFO] org.eclipse.modisco.kdm.uml2converter 1.5.1-SNAPSHOT SUCCESS [  6.504 s]
[INFO] org.eclipse.modisco.kdm.uml2converter.ui 1.5.1-SNAPSHOT SUCCESS [  2.868 s]
[INFO] org.eclipse.modisco.manifest.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  3.027 s]
[INFO] org.eclipse.modisco.omg.gastm 1.5.0-SNAPSHOT ....... SUCCESS [  5.445 s]
[INFO] org.eclipse.modisco.omg.smm 1.5.0-SNAPSHOT ......... SUCCESS [  2.849 s]
[INFO] org.eclipse.modisco.properties.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  2.879 s]
[INFO] org.eclipse.modisco.usecase.simpletransformationschain 1.5.1-SNAPSHOT SUCCESS [  2.741 s]
[INFO] org.eclipse.modisco.usecase.modelfilter 1.5.1-SNAPSHOT SUCCESS [  3.448 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.dependencies.ui 1.5.0-SNAPSHOT SUCCESS [  3.026 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.methodcalls 1.5.0-SNAPSHOT SUCCESS [  3.119 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer 1.5.0-SNAPSHOT SUCCESS [  2.369 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  2.839 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.ui 1.5.1-SNAPSHOT SUCCESS [  2.353 s]
[INFO] org.eclipse.modisco.usecase.simpletransformationschain.ui 1.5.1-SNAPSHOT SUCCESS [  2.374 s]
[INFO] org.eclipse.modisco.workflow 1.5.0-SNAPSHOT ........ SUCCESS [  2.466 s]
[INFO] org.eclipse.modisco.workflow.core 1.5.0-SNAPSHOT ... SUCCESS [  2.906 s]
[INFO] org.eclipse.modisco.workflow.ui 1.5.0-SNAPSHOT ..... SUCCESS [  2.638 s]
[INFO] org.eclipse.modisco.xml.discoverer.ui 1.5.0-SNAPSHOT SUCCESS [  2.393 s]
[INFO] org.eclipse.modisco.infra.omg.doc 1.5.0-SNAPSHOT ... SUCCESS [  2.743 s]
[INFO] org.eclipse.modisco.infra.omg.feature 1.5.4-SNAPSHOT SUCCESS [  3.219 s]
[INFO] org.eclipse.modisco.examples.feature 1.5.4-SNAPSHOT  SUCCESS [  1.886 s]
[INFO] org.eclipse.modisco.java.cdo.feature 1.5.4-SNAPSHOT  SUCCESS [  1.906 s]
[INFO] org.eclipse.modisco.java.doc 1.5.0-SNAPSHOT ........ SUCCESS [  2.643 s]
[INFO] org.eclipse.modisco.java.feature 1.5.4-SNAPSHOT .... SUCCESS [  2.105 s]
[INFO] org.eclipse.modisco.jee.doc 1.5.0-SNAPSHOT ......... SUCCESS [  2.391 s]
[INFO] org.eclipse.modisco.jee.feature 1.5.4-SNAPSHOT ..... SUCCESS [  2.526 s]
[INFO] org.eclipse.modisco.facet.feature 1.5.4-SNAPSHOT ... SUCCESS [  2.095 s]
[INFO] org.eclipse.modisco.infrastructure.doc 1.5.0-SNAPSHOT SUCCESS [  2.786 s]
[INFO] org.eclipse.modisco.infra.browser.feature 1.5.4-SNAPSHOT SUCCESS [  2.434 s]
[INFO] org.eclipse.modisco.doc 1.5.0-SNAPSHOT ............. SUCCESS [  2.395 s]
[INFO] org.eclipse.modisco.infrastructure.feature 1.5.4-SNAPSHOT SUCCESS [  2.943 s]
[INFO] org.eclipse.modisco.xml.doc 1.5.0-SNAPSHOT ......... SUCCESS [  1.725 s]
[INFO] org.eclipse.modisco.xml.feature 1.5.4-SNAPSHOT ..... SUCCESS [  2.954 s]
[INFO] org.eclipse.modisco.eclipse.feature 1.5.4-SNAPSHOT . SUCCESS [  2.138 s]
[INFO] org.eclipse.modisco.sdk.feature 1.5.4-SNAPSHOT ..... SUCCESS [  2.383 s]
[INFO] org.eclipse.modisco.all.feature 1.5.4-SNAPSHOT ..... SUCCESS [  2.614 s]
[INFO] org.eclipse.modisco.infra.cdo.derby.feature 1.5.4-SNAPSHOT SUCCESS [  1.928 s]
[INFO] org.eclipse.modisco.utils.chart.feature 1.5.4-SNAPSHOT SUCCESS [  2.161 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark.feature 1.5.4-SNAPSHOT SUCCESS [  2.199 s]
[INFO] org.eclipse.modisco.thirdparties 1.5.4-SNAPSHOT .... SUCCESS [  1.957 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.doc 1.5.0-SNAPSHOT SUCCESS [  1.847 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.feature 1.5.4-SNAPSHOT SUCCESS [  2.844 s]
[INFO] org.eclipse.modisco.usecase.simpletransformationchain.doc 1.5.0-SNAPSHOT SUCCESS [  2.054 s]
[INFO] org.eclipse.modisco.usecase.simpletransformationschain.feature 1.5.4-SNAPSHOT SUCCESS [  2.264 s]
[INFO] org.eclipse.modisco.common.tests 1.5.1-SNAPSHOT .... SUCCESS [  3.572 s]
[INFO] org.eclipse.modisco.facet.util.tests.swtbot 1.5.3-SNAPSHOT SUCCESS [  3.623 s]
[INFO] org.eclipse.modisco.infra.discovery.benchmark 1.5.0-SNAPSHOT SUCCESS [  2.140 s]
[INFO] org.eclipse.modisco.java.classiceobject 1.5.0-SNAPSHOT SUCCESS [  4.036 s]
[INFO] org.eclipse.modisco.java.nousages 1.5.0-SNAPSHOT ... SUCCESS [  4.108 s]
[INFO] org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark 1.5.0-SNAPSHOT SUCCESS [  2.596 s]
[INFO] org.eclipse.modisco.java.nousages.cdo 1.5.0-SNAPSHOT SUCCESS [  4.011 s]
[INFO] org.eclipse.modisco.java.discoverer.benchmark 1.5.0-SNAPSHOT SUCCESS [  6.146 s]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.java.jdk.tests 1.5.0-SNAPSHOT SUCCESS [ 23.140 s]
[INFO] org.eclipse.modisco.infra.browser.custom.examples.uml.tests 1.5.0-SNAPSHOT SUCCESS [ 22.263 s]
[INFO] org.eclipse.modisco.infra.query.tests 1.5.0-SNAPSHOT SUCCESS [01:11 min]
[INFO] org.eclipse.modisco.infra.browser.custom.tests 1.5.0-SNAPSHOT SUCCESS [ 36.431 s]
[INFO] org.eclipse.modisco.infra.browser.tests 1.5.3-SNAPSHOT SUCCESS [ 12.525 s]
[INFO] org.eclipse.modisco.infra.common.core.tests 1.5.0-SNAPSHOT SUCCESS [ 26.448 s]
[INFO] org.eclipse.modisco.infra.discovery.core.tests 1.5.0-SNAPSHOT SUCCESS [ 12.711 s]
[INFO] org.eclipse.modisco.infra.discovery.ui.tests 1.5.0-SNAPSHOT SUCCESS [ 11.774 s]
[INFO] org.eclipse.modisco.infra.doc.tests 1.5.0-SNAPSHOT . SUCCESS [ 10.780 s]
[INFO] org.eclipse.modisco.infra.facet.tests 1.5.0-SNAPSHOT SUCCESS [01:10 min]
[INFO] org.eclipse.modisco.java.browser.customization.tests 1.5.0-SNAPSHOT SUCCESS [ 13.844 s]
[INFO] org.eclipse.modisco.java.discoverer.tests 1.5.4-SNAPSHOT SUCCESS [ 44.638 s]
[INFO] org.eclipse.modisco.java.composition.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 14.294 s]
[INFO] org.eclipse.modisco.java.discoverer.benchmark.tests 1.5.0-SNAPSHOT SUCCESS [  7.594 s]
[INFO] org.eclipse.modisco.java.discoverer.cdo.tests 1.5.0-SNAPSHOT SUCCESS [ 10.877 s]
[INFO] org.eclipse.modisco.java.generation.tests 1.5.0-SNAPSHOT SUCCESS [ 13.799 s]
[INFO] org.eclipse.modisco.java.queries.tests 1.5.0-SNAPSHOT SUCCESS [ 12.620 s]
[INFO] org.eclipse.modisco.jee.ejbjar.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 11.951 s]
[INFO] org.eclipse.modisco.jee.jsp.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 20.157 s]
[INFO] org.eclipse.modisco.jee.jsp.generation.tests 1.5.3-SNAPSHOT SUCCESS [ 17.349 s]
[INFO] org.eclipse.modisco.jee.queries.tests 1.5.0-SNAPSHOT SUCCESS [ 12.804 s]
[INFO] org.eclipse.modisco.jee.webapp.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 12.827 s]
[INFO] org.eclipse.modisco.kdm.uml2converter.tests 1.5.1-SNAPSHOT SUCCESS [ 22.913 s]
[INFO] org.eclipse.modisco.xml.discoverer.tests 1.5.0-SNAPSHOT SUCCESS [ 12.047 s]
[INFO] org.eclipse.modisco.tests 1.5.0-SNAPSHOT ........... SUCCESS [ 13.467 s]
[INFO] org.eclipse.modisco.usecase.modelfilter.tests 1.5.1-SNAPSHOT SUCCESS [ 21.685 s]
[INFO] org.eclipse.modisco.updatesite 1.5.4-SNAPSHOT ...... SUCCESS [ 12.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19:47 min
[INFO] Finished at: 2024-03-04T11:25:13Z
[INFO] ------------------------------------------------------------------------
[modisco-master] $ /bin/sh -xe /tmp/jenkins6454223504119076343.sh
+ cd org.eclipse.modisco.updatesite/target/repository
+ zip -qr ../../../p2repo.zip .
Terminating xvnc.
Archiving artifacts
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Triggering a new build of justj-promoter
Finished: SUCCESS