Skip to content
Success

Console Output

Started by user GianMaria Romanato
Running as GianMaria Romanato
Agent centos-7-kxln0 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-kxln0"
  namespace: "virgo"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.virgo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-kxln0"
    - 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-kxln0"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.virgo.svc.cluster.local/virgo/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3044.vb_940a_a_e4f72e"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.gradle/daemon"
      name: "volume-6"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/caches"
      name: "volume-5"
      readOnly: false
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - 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/.gradle/gradle.properties"
      name: "gradle-secret-dir"
      readOnly: true
      subPath: "gradle.properties"
    - mountPath: "/home/jenkins/.gradle/workers"
      name: "volume-8"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/native"
      name: "volume-7"
      readOnly: false
    - 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/.gradle/wrapper"
      name: "volume-9"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-8"
  - emptyDir:
      medium: ""
    name: "volume-7"
  - emptyDir:
      medium: ""
    name: "volume-9"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"
  - emptyDir:
      medium: ""
    name: "volume-6"
  - emptyDir:
      medium: ""
    name: "volume-5"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-virgo"
      readOnly: true
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "gradle-secret-dir"
    secret:
      secretName: "gradle-secret-dir"

Building remotely on centos-7-kxln0 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/VirgoTools
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-virgo/virgo-ide
 > git init /home/jenkins/agent/workspace/VirgoTools # timeout=10
Fetching upstream changes from https://github.com/eclipse-virgo/virgo-ide
 > git --version # timeout=10
 > git --version # 'git version 2.36.3'
 > git fetch --tags --force --progress -- https://github.com/eclipse-virgo/virgo-ide +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-virgo/virgo-ide # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/eclipse-2022-12^{commit} # timeout=10
Checking out Revision e1aea0336b4174dcd8a0f920d9718842f77db8e7 (refs/remotes/origin/eclipse-2022-12)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1aea0336b4174dcd8a0f920d9718842f77db8e7 # timeout=10
Commit message: "Update for Eclipse 2022-12"
 > git rev-list --no-walk e1aea0336b4174dcd8a0f920d9718842f77db8e7 # timeout=10
[VirgoTools] $ Xvnc -help
Starting xvnc
[VirgoTools] $ Xvnc :43 -localhost -nolisten tcp

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


Sun Feb  5 18:37:02 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on local interface(s), port 5943
 vncext:      created VNC server for screen 0
[VirgoTools] $ /bin/sh -xe /tmp/jenkins14742662904657730341.sh
+ echo ----------------------------------------
----------------------------------------
+ set
BASH=/bin/sh
BASHOPTS=cmdhist:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()
BASH_CMDS=()
BASH_LINENO=([0]="0")
BASH_SOURCE=([0]="/tmp/jenkins14742662904657730341.sh")
BASH_VERSINFO=([0]="4" [1]="2" [2]="46" [3]="2" [4]="release" [5]="x86_64-redhat-linux-gnu")
BASH_VERSION='4.2.46(2)-release'
BUILD_DISPLAY_NAME='#11'
BUILD_ID=11
BUILD_NUMBER=11
BUILD_TAG=jenkins-VirgoTools-11
BUILD_URL=https://ci.eclipse.org/virgo/job/VirgoTools/11/
CI=true
DIRSTACK=()
DISPLAY=:43
EUID=1002790000
EXECUTOR_NUMBER=0
GITLAB_OBJECT_KIND=none
GIT_BRANCH=origin/eclipse-2022-12
GIT_COMMIT=e1aea0336b4174dcd8a0f920d9718842f77db8e7
GIT_PREVIOUS_COMMIT=e1aea0336b4174dcd8a0f920d9718842f77db8e7
GIT_PREVIOUS_SUCCESSFUL_COMMIT=e1aea0336b4174dcd8a0f920d9718842f77db8e7
GIT_URL=https://github.com/eclipse-virgo/virgo-ide
GROUPS=()
HOME=/home/jenkins
HOSTNAME=centos-7-kxln0
HOSTTYPE=x86_64
HUDSON_COOKIE=4ed977c3-e749-49aa-9dc0-a4305a71296a
HUDSON_HOME=/var/jenkins
HUDSON_SERVER_COOKIE=900ce085d6e8d4b3
HUDSON_URL=https://ci.eclipse.org/virgo/
IFS=' 	
'
JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest
JENKINS_AGENT_NAME=centos-7-kxln0
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_DISCOVERY_PORT=tcp://10.30.166.172:50000
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.166.172:50000
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.166.172
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
JENKINS_DISCOVERY_SERVICE_HOST=10.30.166.172
JENKINS_DISCOVERY_SERVICE_PORT=50000
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_HOME=/var/jenkins
JENKINS_NAME=centos-7-kxln0
JENKINS_REMOTING_JAVA_OPTS='-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true'
JENKINS_SECRET=aa2fea60acbb8b036e4f639140f4eeed18afa58851034cef01a2bdea191aba06
JENKINS_SERVER_COOKIE=900ce085d6e8d4b3
JENKINS_TUNNEL=jenkins-discovery.virgo.svc.cluster.local:50000
JENKINS_UI_PORT=tcp://10.30.225.66:80
JENKINS_UI_PORT_80_TCP=tcp://10.30.225.66:80
JENKINS_UI_PORT_80_TCP_ADDR=10.30.225.66
JENKINS_UI_PORT_80_TCP_PORT=80
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_UI_SERVICE_HOST=10.30.225.66
JENKINS_UI_SERVICE_PORT=80
JENKINS_UI_SERVICE_PORT_HTTP=80
JENKINS_URL=https://ci.eclipse.org/virgo/
JOB_BASE_NAME=VirgoTools
JOB_DISPLAY_URL=https://ci.eclipse.org/virgo/job/VirgoTools/display/redirect
JOB_NAME=VirgoTools
JOB_URL=https://ci.eclipse.org/virgo/job/VirgoTools/
KUBERNETES_PORT=tcp://10.30.0.1:443
KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443
KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_HOST=10.30.0.1
KUBERNETES_SERVICE_PORT=443
KUBERNETES_SERVICE_PORT_HTTPS=443
LANG=en_US.UTF-8
MACHTYPE=x86_64-redhat-linux-gnu
NODE_LABELS='centos-7 centos-7-kxln0 jipp-migration migration'
NODE_NAME=centos-7-kxln0
NSS_SDB_USE_CACHE=no
OPENJ9_JAVA_OPTIONS='-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle'
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIPESTATUS=([0]="0")
POSIXLY_CORRECT=y
PPID=1
PS4='+ '
PWD=/home/jenkins/agent/workspace/VirgoTools
RUN_ARTIFACTS_DISPLAY_URL='https://ci.eclipse.org/virgo/job/VirgoTools/11/display/redirect?page=artifacts'
RUN_CHANGES_DISPLAY_URL='https://ci.eclipse.org/virgo/job/VirgoTools/11/display/redirect?page=changes'
RUN_DISPLAY_URL=https://ci.eclipse.org/virgo/job/VirgoTools/11/display/redirect
RUN_TESTS_DISPLAY_URL='https://ci.eclipse.org/virgo/job/VirgoTools/11/display/redirect?page=tests'
SHELL=/sbin/nologin
SHELLOPTS=braceexpand:errexit:hashall:interactive-comments:posix:xtrace
SHLVL=1
TERM=xterm
UID=1002790000
USER_NAME=jenkins
WORKSPACE=/home/jenkins/agent/workspace/VirgoTools
WORKSPACE_TMP=/home/jenkins/agent/workspace/VirgoTools@tmp
XAUTHORITY=/home/jenkins/agent/workspace/VirgoTools/.Xauthority-5925673913627353659
_=----------------------------------------
+ echo ----------------------------------------
----------------------------------------
[VirgoTools] $ /opt/tools/apache-maven/3.8.6/bin/mvn clean verify
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
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: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Adding repository https://download.eclipse.org/releases/2022-12
[INFO] Adding repository https://download.eclipse.org/technology/m2e/releases/latest
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository
[INFO] Adding repository https://download.eclipse.org/tools/ajdt/423/dev/update
[INFO] Adding repository https://download.eclipse.org/technology/swtbot/releases/latest
[INFO] Adding repository file:./bundlor/repo/
[INFO] Adding repository https://download.eclipse.org/virgo/snapshots/3.7
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.bundlor.core:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.core/pom.xml
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,com.springsource.org.apache.commons.httpclient,3.1.0 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.common,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.math,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.osgi.manifest,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.parser.manifest,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.osgi,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.io,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.repository,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.medic,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.bundlor.jdt.core:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.jdt.core/pom.xml
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.equinox.p2.engine,2.2.0.v20120501-1502 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.2.100.v20120524-1717 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.bundlor.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.doc:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.eclipse:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.eclipse/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.framework.editor.core:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.framework.editor.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.export:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export/pom.xml
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,com.springsource.org.apache.commons.codec,1.3.0 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,com.springsource.org.aspectj.weaver,1.6.12.RELEASE have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.export.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/pom.xml
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.facet.core:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.facet.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.pde.core:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.pde.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.jdt.core:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.core/pom.xml
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.lang,3.1.0 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.jdt.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.management.remote:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.management.remote/pom.xml
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.apache.felix.gogo.runtime,0.10.0.v201209301036 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gemini.blueprint.core,2.0.0.M02 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gemini.blueprint.io,2.0.0.M02 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.springframework.aop,3.2.10.RELEASE have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.springframework.beans,3.2.10.RELEASE have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.springframework.context,3.2.10.RELEASE have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.springframework.core,3.2.10.RELEASE have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.springframework.expression,3.2.10.RELEASE have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.manifest.core:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.manifest.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.par:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.par.edit:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.runtime.core:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.runtime.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.tests.util:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests.util/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.ui.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/pom.xml
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,com.springsource.org.apache.commons.io,1.4.0 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.eclipse.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.eclipse.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.virgo.ide:org.eclipse.virgo.ide.site:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.site/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.virgo.ide.parent                                       [pom]
[INFO] org.eclipse.virgo.ide                                   [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.par                               [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.facet.core                        [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.bundlor.jdt.core                  [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.manifest.core                     [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.bundlor.core                      [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.bundlor.ui                        [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.doc                               [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.eclipse                           [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.framework.editor.core             [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.framework.editor.ui               [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.export                            [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.runtime.core                      [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.jdt.core                          [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.par.edit                          [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.pde.core                          [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.ui                                [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.tests.util                        [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.export.tests                 [eclipse-test-plugin]
[INFO] org.eclipse.virgo.ide.jdt.ui                            [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.management.remote                 [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.runtime.ui                        [eclipse-plugin]
[INFO] org.eclipse.virgo.ide.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.virgo.ide.ui.tests                     [eclipse-test-plugin]
[INFO] org.eclipse.virgo.ide.eclipse.feature                  [eclipse-feature]
[INFO] org.eclipse.virgo.ide.feature                          [eclipse-feature]
[INFO] Virgo IDE Tooling                                   [eclipse-repository]
[INFO] 
[INFO] ---------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.parent >---------
[INFO] Building org.eclipse.virgo.ide.parent 1.6.0-SNAPSHOT              [1/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.parent ---
[INFO] 
[INFO] ------------< org.eclipse.virgo.ide:org.eclipse.virgo.ide >-------------
[INFO] Building org.eclipse.virgo.ide 1.6.0-SNAPSHOT                     [2/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide ---
[INFO] Resolving class path of org.eclipse.virgo.ide...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide/target/org.eclipse.virgo.ide-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.par >-----------
[INFO] Building org.eclipse.virgo.ide.par 1.6.0-SNAPSHOT                 [3/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.par ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.par ---
[INFO] Resolving class path of org.eclipse.virgo.ide.par...
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,javax.transaction,1.1.1.v201105210645 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.web.enterprise.security.openejb.classloading.hook,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.kernel.equinox.extensions,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.web.enterprise.persistence.openejb.classloading.hook,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.par ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.par ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.par ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.par ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.par ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par/target/org.eclipse.virgo.ide.par-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.par ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.par ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.facet.core >-------
[INFO] Building org.eclipse.virgo.ide.facet.core 1.6.0-SNAPSHOT          [4/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.facet.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.facet.core ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.facet.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.facet.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.facet.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.facet.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.facet.core ---
[INFO] Resolving class path of org.eclipse.virgo.ide.facet.core...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.facet.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.facet.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.facet.core ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.facet.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.facet.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.facet.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.facet.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.facet.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.facet.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.facet.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.facet.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.facet.core/target/org.eclipse.virgo.ide.facet.core-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.facet.core ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.facet.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.facet.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.virgo.ide:org.eclipse.virgo.ide.bundlor.jdt.core >----
[INFO] Building org.eclipse.virgo.ide.bundlor.jdt.core 1.6.0-SNAPSHOT    [5/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] Resolving class path of org.eclipse.virgo.ide.bundlor.jdt.core...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.jdt.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.jdt.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.jdt.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.jdt.core/target/org.eclipse.virgo.ide.bundlor.jdt.core-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.bundlor.jdt.core ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.virgo.ide:org.eclipse.virgo.ide.manifest.core >------
[INFO] Building org.eclipse.virgo.ide.manifest.core 1.6.0-SNAPSHOT       [6/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] Resolving class path of org.eclipse.virgo.ide.manifest.core...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.manifest.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.manifest.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.manifest.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.manifest.core/target/org.eclipse.virgo.ide.manifest.core-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.manifest.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.bundlor.core >------
[INFO] Building org.eclipse.virgo.ide.bundlor.core 1.6.0-SNAPSHOT        [7/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] Resolving class path of org.eclipse.virgo.ide.bundlor.core...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.core/target/org.eclipse.virgo.ide.bundlor.core-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.bundlor.core ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.bundlor.ui >-------
[INFO] Building org.eclipse.virgo.ide.bundlor.ui 1.6.0-SNAPSHOT          [8/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] Resolving class path of org.eclipse.virgo.ide.bundlor.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.bundlor.ui/target/org.eclipse.virgo.ide.bundlor.ui-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.bundlor.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.doc >-----------
[INFO] Building org.eclipse.virgo.ide.doc 1.6.0-SNAPSHOT                 [9/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.doc ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.doc ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.doc ---
[INFO] Resolving class path of org.eclipse.virgo.ide.doc...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.doc/target/org.eclipse.virgo.ide.doc-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.doc ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.eclipse >---------
[INFO] Building org.eclipse.virgo.ide.eclipse 1.6.0-SNAPSHOT            [10/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.eclipse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.eclipse ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.eclipse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.eclipse ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.eclipse ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.eclipse ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.eclipse ---
[INFO] Resolving class path of org.eclipse.virgo.ide.eclipse...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.eclipse/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.eclipse ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.eclipse/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.eclipse ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.eclipse/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.eclipse ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.eclipse ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.eclipse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.eclipse ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.eclipse/target/org.eclipse.virgo.ide.eclipse-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.eclipse ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.eclipse ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.eclipse ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.virgo.ide:org.eclipse.virgo.ide.framework.editor.core >--
[INFO] Building org.eclipse.virgo.ide.framework.editor.core 1.6.0-SNAPSHOT [11/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] Resolving class path of org.eclipse.virgo.ide.framework.editor.core...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.framework.editor.core ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.core/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.core/target/org.eclipse.virgo.ide.framework.editor.core-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.framework.editor.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.virgo.ide:org.eclipse.virgo.ide.framework.editor.ui >---
[INFO] Building org.eclipse.virgo.ide.framework.editor.ui 1.6.0-SNAPSHOT [12/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] Resolving class path of org.eclipse.virgo.ide.framework.editor.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.framework.editor.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.framework.editor.ui/target/org.eclipse.virgo.ide.framework.editor.ui-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.framework.editor.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.export >---------
[INFO] Building org.eclipse.virgo.ide.export 1.6.0-SNAPSHOT             [13/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.export ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.export ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.export ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.export ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.export ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.export ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.export ---
[INFO] Resolving class path of org.eclipse.virgo.ide.export...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.export ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.export ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.export ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.export ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.export ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.export ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.export ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.export ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export/target/org.eclipse.virgo.ide.export-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.export ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.export ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.export ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.runtime.core >------
[INFO] Building org.eclipse.virgo.ide.runtime.core 1.6.0-SNAPSHOT       [14/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] Resolving class path of org.eclipse.virgo.ide.runtime.core...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] Compiling 101 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.core/target/org.eclipse.virgo.ide.runtime.core-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.runtime.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.jdt.core >--------
[INFO] Building org.eclipse.virgo.ide.jdt.core 1.6.0-SNAPSHOT           [15/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] Resolving class path of org.eclipse.virgo.ide.jdt.core...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.core/target/org.eclipse.virgo.ide.jdt.core-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.jdt.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.par.edit >--------
[INFO] Building org.eclipse.virgo.ide.par.edit 1.6.0-SNAPSHOT           [16/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.par.edit ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.par.edit ---
[INFO] Resolving class path of org.eclipse.virgo.ide.par.edit...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.par.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.par.edit ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.par.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.par.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.par.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.par.edit/target/org.eclipse.virgo.ide.par.edit-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.par.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.par.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.pde.core >--------
[INFO] Building org.eclipse.virgo.ide.pde.core 1.6.0-SNAPSHOT           [17/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.pde.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.pde.core ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.pde.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.pde.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.pde.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.pde.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.pde.core ---
[INFO] Resolving class path of org.eclipse.virgo.ide.pde.core...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.pde.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.pde.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.pde.core ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.pde.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.pde.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.pde.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.pde.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.pde.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.pde.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.pde.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.pde.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.pde.core/target/org.eclipse.virgo.ide.pde.core-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.pde.core ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.pde.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.pde.core ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.ui >-----------
[INFO] Building org.eclipse.virgo.ide.ui 1.6.0-SNAPSHOT                 [18/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.ui ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.ui ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.ui ---
[INFO] Resolving class path of org.eclipse.virgo.ide.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.ui ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui/target/org.eclipse.virgo.ide.ui-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.tests.util >-------
[INFO] Building org.eclipse.virgo.ide.tests.util 1.6.0-SNAPSHOT         [19/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.tests.util ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.tests.util ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.tests.util ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.tests.util ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.tests.util ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.tests.util ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.tests.util ---
[INFO] Resolving class path of org.eclipse.virgo.ide.tests.util...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.tests.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests.util/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.tests.util ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests.util/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.tests.util ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.tests.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests.util/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.tests.util ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests.util/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.tests.util ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.tests.util ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.tests.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests.util/target/org.eclipse.virgo.ide.tests.util-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.tests.util ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.tests.util ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.tests.util ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.export.tests >------
[INFO] Building org.eclipse.virgo.ide.export.tests 1.6.0-SNAPSHOT       [20/28]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.export.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.export.tests ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.export.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.export.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.export.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.export.tests ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.export.tests ---
[INFO] Resolving class path of org.eclipse.virgo.ide.export.tests...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.export.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.export.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.export.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.export.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.export.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.export.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/target/org.eclipse.virgo.ide.export.tests-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.export.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:test (default-test) @ org.eclipse.virgo.ide.export.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 1800, logs (if any) will be placed at: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.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, -Xmx1024m, -Djava.io.tmpdir=/home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/target, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/target/work/data, -install, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/target/work, -configuration, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.export.tests/target/surefire.properties, -timeout, 1800000]
Running org.eclipse.virgo.ide.export.tests.BundleExportTestCase
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.448 s - in org.eclipse.virgo.ide.export.tests.BundleExportTestCase
org.eclipse.virgo.ide.export.tests.BundleExportTestCase.testExportOperation  Time elapsed: 2.437 s
Running org.eclipse.virgo.ide.export.tests.ParExportTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 s - in org.eclipse.virgo.ide.export.tests.ParExportTestCase
org.eclipse.virgo.ide.export.tests.ParExportTestCase.testExportOperation  Time elapsed: 2.022 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] ---------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.jdt.ui >---------
[INFO] Building org.eclipse.virgo.ide.jdt.ui 1.6.0-SNAPSHOT             [21/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] Resolving class path of org.eclipse.virgo.ide.jdt.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.jdt.ui/target/org.eclipse.virgo.ide.jdt.ui-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.jdt.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.virgo.ide:org.eclipse.virgo.ide.management.remote >----
[INFO] Building org.eclipse.virgo.ide.management.remote 1.6.0-SNAPSHOT  [22/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.management.remote ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.management.remote ---
[INFO] Resolving class path of org.eclipse.virgo.ide.management.remote...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.management.remote ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.management.remote/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.management.remote ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.management.remote/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.management.remote ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.management.remote/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.management.remote ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.management.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.management.remote/target/org.eclipse.virgo.ide.management.remote-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.management.remote ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.management.remote ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.runtime.ui >-------
[INFO] Building org.eclipse.virgo.ide.runtime.ui 1.6.0-SNAPSHOT         [23/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] Resolving class path of org.eclipse.virgo.ide.runtime.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] Compiling 64 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:testCompile (default-testCompile) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.runtime.ui/target/org.eclipse.virgo.ide.runtime.ui-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:integration-test (default-integration-test) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.virgo.ide.runtime.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.tests >----------
[INFO] Building org.eclipse.virgo.ide.tests 1.6.0-SNAPSHOT              [24/28]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.tests ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.tests ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.tests ---
[INFO] Resolving class path of org.eclipse.virgo.ide.tests...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/target/org.eclipse.virgo.ide.tests-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:test (default-test) @ org.eclipse.virgo.ide.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 1800, logs (if any) will be placed at: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.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, -Xmx1024m, -Djava.io.tmpdir=/home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/target, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/target/work/data, -install, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/target/work, -configuration, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.tests/target/surefire.properties, -timeout, 1800000]
Running org.eclipse.virgo.ide.tests.ParManifestEditorTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 s - in org.eclipse.virgo.ide.tests.ParManifestEditorTest
org.eclipse.virgo.ide.tests.ParManifestEditorTest.testCreateSystemFileContextsFromParXml  Time elapsed: 0.272 s
org.eclipse.virgo.ide.tests.ParManifestEditorTest.testCreateSystemFileContextsFromDotSettings  Time elapsed: 0.403 s
Running org.eclipse.virgo.ide.tests.BundleManifestEditorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.82 s - in org.eclipse.virgo.ide.tests.BundleManifestEditorTest
org.eclipse.virgo.ide.tests.BundleManifestEditorTest.testOpenInDefaultEditor  Time elapsed: 2.525 s
org.eclipse.virgo.ide.tests.BundleManifestEditorTest.testCreateSystemFileContextsFromDotSettings  Time elapsed: 0.295 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.ui.tests >--------
[INFO] Building org.eclipse.virgo.ide.ui.tests 1.6.0-SNAPSHOT           [25/28]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] Resolving class path of org.eclipse.virgo.ide.ui.tests...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.1:compile (default-compile) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.1:declarative-services (default-declarative-services) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-plugin (default-package-plugin) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/target/org.eclipse.virgo.ide.ui.tests-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.1:test (default-test) @ org.eclipse.virgo.ide.ui.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 1800, logs (if any) will be placed at: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.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, -Xmx1024m, -Djava.io.tmpdir=/home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/target, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.ui.tests/target/surefire.properties, -nouithread, -timeout, 1800000]
Running org.eclipse.virgo.ide.ui.tests.AllVirgoIdeUiTests
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 229.915 s - in org.eclipse.virgo.ide.ui.tests.AllVirgoIdeUiTests
org.eclipse.virgo.ide.ui.editors.BundleLibrarySectionUiTest.testNewButton  Time elapsed: 18.522 s
org.eclipse.virgo.ide.ui.editors.BundleLibrarySectionUiTest.testRemoveButton  Time elapsed: 16.31 s
org.eclipse.virgo.ide.ui.editors.BundleLibrarySectionUiTest.testAddButton  Time elapsed: 16.285 s
org.eclipse.virgo.ide.ui.editors.BundleImportLibrarySectionUiTest.testPropertiesButton  Time elapsed: 16.214 s
org.eclipse.virgo.ide.ui.editors.BundleImportLibrarySectionUiTest.testRemoveButton  Time elapsed: 16.247 s
org.eclipse.virgo.ide.ui.editors.BundleImportLibrarySectionUiTest.testAddButton  Time elapsed: 16.197 s
org.eclipse.virgo.ide.ui.editors.BundleImportPackageSectionUiTest.testPropertiesButton  Time elapsed: 16.287 s
org.eclipse.virgo.ide.ui.editors.BundleImportPackageSectionUiTest.testRemoveButton  Time elapsed: 16.333 s
org.eclipse.virgo.ide.ui.editors.BundleImportPackageSectionUiTest.testAddButton  Time elapsed: 16.24 s
org.eclipse.virgo.ide.ui.editors.BundleImportSectionUiTest.testAddButton  Time elapsed: 16.231 s
org.eclipse.virgo.ide.ui.editors.BundleImportSectionUiTest.testPropertiesButton  Time elapsed: 16.237 s
org.eclipse.virgo.ide.ui.editors.BundleImportSectionUiTest.testRemoveButton  Time elapsed: 16.208 s
org.eclipse.virgo.ide.ui.editors.ParDependenciesSectionUiTest.testAddButton  Time elapsed: 16.187 s
org.eclipse.virgo.ide.ui.editors.ParDependenciesSectionUiTest.testRemoveButton  Time elapsed: 16.224 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] ----< org.eclipse.virgo.ide:org.eclipse.virgo.ide.eclipse.feature >-----
[INFO] Building org.eclipse.virgo.ide.eclipse.feature 1.6.0-SNAPSHOT    [26/28]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-feature (default-package-feature) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.eclipse.feature/target/org.eclipse.virgo.ide.eclipse.feature-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.virgo.ide.eclipse.feature ---
[INFO] 
[INFO] --------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.feature >---------
[INFO] Building org.eclipse.virgo.ide.feature 1.6.0-SNAPSHOT            [27/28]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.virgo.ide.feature ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-id (default-validate-id) @ org.eclipse.virgo.ide.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:validate-version (default-validate-version) @ org.eclipse.virgo.ide.feature ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.feature ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.virgo.ide.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:package-feature (default-package-feature) @ org.eclipse.virgo.ide.feature ---
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.jmx,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Building jar: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.feature/target/org.eclipse.virgo.ide.feature-1.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.virgo.ide.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.virgo.ide.feature ---
[INFO] 
[INFO] ----------< org.eclipse.virgo.ide:org.eclipse.virgo.ide.site >----------
[INFO] Building Virgo IDE Tooling 1.6.0-SNAPSHOT                        [28/28]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.virgo.ide.site ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.virgo.ide.site ---
[INFO] The project's OSGi version is 1.6.0.202302051837
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.virgo.ide.site ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.virgo.ide.site ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.1:target-platform (default-target-platform) @ org.eclipse.virgo.ide.site ---
[INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.virgo.ide.site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.site/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.virgo.ide.site ---
[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] 
[INFO] --- tycho-p2-publisher-plugin:3.0.1:publish-products (default-publish-products) @ org.eclipse.virgo.ide.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.1:publish-categories (default-publish-categories) @ org.eclipse.virgo.ide.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.virgo.ide.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.1:assemble-repository (default-assemble-repository) @ org.eclipse.virgo.ide.site ---
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.framework.editor.core,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.management.remote,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.export,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.runtime.ui,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.doc,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.facet.core,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.osgi,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.framework.editor.ui,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.ui,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.repository,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.bundlor.jdt.core,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.common,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.manifest.core,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.io,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.eclipse,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.par.edit,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.math,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.medic,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.pde.core,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.jdt.ui,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.par,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.parser.manifest,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.virgo.ide.feature,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.bundlor.ui,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.jmx,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.virgo.util.osgi.manifest,3.7.0.D-20150624084347 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.bundlor.core,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.jdt.core,1.6.0.202302051837.
[WARNING] [556adf1a-1473-404e-9c0e-54dc8b7bd5e2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.1] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.virgo.ide.runtime.core,1.6.0.202302051837.
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.1:archive-repository (default-archive-repository) @ org.eclipse.virgo.ide.site ---
[INFO] Building zip: /home/jenkins/agent/workspace/VirgoTools/org.eclipse.virgo.ide.site/target/org.eclipse.virgo.ide.site-1.6.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.virgo.ide.parent 1.6.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.virgo.ide.parent ....................... SUCCESS [  3.784 s]
[INFO] org.eclipse.virgo.ide .............................. SUCCESS [  2.513 s]
[INFO] org.eclipse.virgo.ide.par .......................... SUCCESS [  1.234 s]
[INFO] org.eclipse.virgo.ide.facet.core ................... SUCCESS [  1.924 s]
[INFO] org.eclipse.virgo.ide.bundlor.jdt.core ............. SUCCESS [  0.666 s]
[INFO] org.eclipse.virgo.ide.manifest.core ................ SUCCESS [  1.306 s]
[INFO] org.eclipse.virgo.ide.bundlor.core ................. SUCCESS [  1.129 s]
[INFO] org.eclipse.virgo.ide.bundlor.ui ................... SUCCESS [  0.924 s]
[INFO] org.eclipse.virgo.ide.doc .......................... SUCCESS [  0.676 s]
[INFO] org.eclipse.virgo.ide.eclipse ...................... SUCCESS [  0.860 s]
[INFO] org.eclipse.virgo.ide.framework.editor.core ........ SUCCESS [  0.167 s]
[INFO] org.eclipse.virgo.ide.framework.editor.ui .......... SUCCESS [  1.053 s]
[INFO] org.eclipse.virgo.ide.export ....................... SUCCESS [  0.994 s]
[INFO] org.eclipse.virgo.ide.runtime.core ................. SUCCESS [  2.094 s]
[INFO] org.eclipse.virgo.ide.jdt.core ..................... SUCCESS [  1.139 s]
[INFO] org.eclipse.virgo.ide.par.edit ..................... SUCCESS [  0.269 s]
[INFO] org.eclipse.virgo.ide.pde.core ..................... SUCCESS [  0.732 s]
[INFO] org.eclipse.virgo.ide.ui ........................... SUCCESS [  1.691 s]
[INFO] org.eclipse.virgo.ide.tests.util ................... SUCCESS [  1.363 s]
[INFO] org.eclipse.virgo.ide.export.tests ................. SUCCESS [ 14.338 s]
[INFO] org.eclipse.virgo.ide.jdt.ui ....................... SUCCESS [  0.758 s]
[INFO] org.eclipse.virgo.ide.management.remote ............ SUCCESS [  2.347 s]
[INFO] org.eclipse.virgo.ide.runtime.ui ................... SUCCESS [  1.463 s]
[INFO] org.eclipse.virgo.ide.tests ........................ SUCCESS [ 13.540 s]
[INFO] org.eclipse.virgo.ide.ui.tests ..................... SUCCESS [03:59 min]
[INFO] org.eclipse.virgo.ide.eclipse.feature .............. SUCCESS [  0.229 s]
[INFO] org.eclipse.virgo.ide.feature ...................... SUCCESS [  0.984 s]
[INFO] Virgo IDE Tooling .................................. SUCCESS [  6.037 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:52 min
[INFO] Finished at: 2023-02-05T18:43:57Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS